Using S3FS and FUSE to mount the S3 bucket to an AWS EC2 instance, I ran into a problem when my S3 files are updated but the new files do not accept the proper resolution.
The ACL rights that were set by the new files were "---------" instead of "rw-rr--". I made sure that the bucket is installed correctly:
sudo /usr/bin/s3fs -o allow_other -o default_acl="public-read" [bucketname] [mountpoint]
and creating an automaton in / etc / fstab:
s3fs
and the password file in / etc / passwd -s3fs with permission.
My setup is Ubuntu 13.04, PHP5, AWS SDK.
After 2 days of the experiment, I found a solution (for php) in the answer below.
amazon-s3 amazon-web-services amazon-ec2 s3fs fuse
George
source share