I have some static files hosted in S3 that I want to use on my website that is hosted through Elastic Beanstalk. Now, I'm trying to understand what would be the most secure permissions to set for my S3 bucket. I need the files to be public/accessible enough to all my website to use the CSS/JS files stored in the bucket, but I don't want it to be accessible for any other reason.
Above is a screenshot of the permission settings available. Should I leave them all unchecked in order to be able to use the CSS/JS files?
