Link to public folder

amazon-s3, amazon-web-services

Solution

I found the answer here. In short

Add grantee "Everyone" with list permission to bucket.

Add Amazon S3 bucket listing

visit `http://<bucket>.s3.amazonaws.com/list.html`

Problem

Say I create a folder in an S3 bucket, upload some files to the folder, and set them all public. How could I go about linking to this folder, so that others could simply browse the folder and choose a file to download?

Original source