【发布时间】:2013-03-21 17:22:05
【问题描述】:
我正在尝试将 s3 目录挂载到我的 EC2 实例。除了我的用户无法写入已安装的目录外,我正在让一切正常工作。我什至使用了allow_other 权限集。还有别的吗?
- 我创建了目录并确保当前用户的权限在那里
- 然后我使用
allow_other选项安装了 s3 存储桶 - 我的用户能读但不能写...
我还有什么需要做的吗?为此,我阅读了以下网站:
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
【问题讨论】: