I'm copying files with PHP to AWS S3 via s3fs mounted drive.

However, I don't seem to be able to set the files to public. How does AWS S3 Public functionality work? Is it CHMOD'ing, because the files don't appear any different before/after 'public' setting - which does work, on S3 console.

Any help please welcome.

Thanks

link|improve this question

36% accept rate
Discovered you have to set the option in the s3fs "-o -default_acl=public-read" – waxical Nov 4 '11 at 18:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.