I'm trying to mount the s3 directory to my EC2 instance. I'm getting everything to work except my user is not able to write to the mounted directory. I even ran with the allow_other
permission set. Is there something else?
- I created the directory and made sure the permission was there for my current user
- I then mounted the s3 bucket using the
allow_other
option - My user is able to read but not write...
Is there something else I need to do? I read the following sites for this:
https://code.google.com/p/s3fs/issues/detail?id=185
http://xentek.net/articles/448/installing-fuse-s3fs-and-sshfs-on-ubuntu/
http://michaelaldridge.info/post/12086788604/mounting-s3-within-an-ec2-instance