Hi there! Does anybody know what’s the reason to m...
# ask-questions
b
Hi there! Does anybody know what’s the reason to make S3 bucket publicly accessible? All the security guides warn against it, but GrowthBook has it as a requirement
f
Making it public was just the quickest way to get the s3 integration live. We use signed urls for uploading files, but then just a normal image src when displaying them. Not opposed to adding an option to use signed urls for the image src too.
b
Got it. Thanks for the explanation! Another question regarding images and s3. If I delete an image from experiment, it remains in S3. Is there a reason for it?
f
no reason, just never built the delete functionality