Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Link to public folder

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?

like image 585
Zombo Avatar asked Dec 12 '12 04:12

Zombo


1 Answers

I found the answer here. In short

  1. Add grantee "Everyone" with list permission to bucket.

  2. Add Amazon S3 bucket listing

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

like image 76
Zombo Avatar answered Oct 18 '22 02:10

Zombo