I am uploading several files and folders to an S3 bucket. What I'm, uloading looks like this:
File1
File2
File3
img/
File4
File5
meaning files 4 & 5 are in folder img.
I want all of these files to be publicly accessible, so I specifiy the following permissions when uploading:
Upload succeeds, but for whatever reason, I cannot access the files in img from the browser. Everything outside img is fine (i.e. Files1-3), but when trying to access File4 or File5, I get the following error:
I have tried selecting the folder and choosing Actions => Make public using ACL
But I still get Access Denied when accessing files in this folder.
I've also tried applying the ACL to the actual objects under img/, not the img/ folder itself, but I still get the same result.