0

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?

  1. I created the directory and made sure the permission was there for my current user
  2. I then mounted the s3 bucket using the allow_other option
  3. 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

4

1 回答 1

0

老实说,我不知道发生了什么。但是我重新启动了我的 EC2 实例并再次运行上述程序,它运行良好。

于 2013-03-21T18:12:39.547 回答