How to get complete bucket access of aws s3 as public?
Solution 1:
So you can download files made public but not browse S3 folders? S3 doesn't have folders, it has objects with keys that can be viewed as / thought of as folders. In short, you can't browse to what looks like an S3 folder because it doesn't actually exist.
What exactly are you trying to achieve? Make S3 work like a web interface to a standard file share? Knowing what you're trying to achieve we might be able to make suggestions.