Unfortunately, if you use s3fs to mount your s3 buckets to your instances, it does not allow you to post files as public readable. Very frustrating... For managing image directories or other public files for serving, I've been using a php class that allows you to set the file permissions:
http://www.neurofuzzy.net/2006/03/17/amazon-s3-php-class/ It's fairly easy to configure and use. On Mar 29, 1:45 pm, domhol <[email protected]> wrote: > Hi all, > > I have mounted by s3 buckets as folders in public directory. These > are not visible to the public, however I cannot even access them from > html or php; anyone know how to setup the permissions for bucket acl > and/or unix permissions so i can call these buckets for images etc... > > Cheers, > > Dominic --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
