danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
643 stars 98 forks source link

Please, incorporate my changes #167

Closed jazzl0ver closed 6 years ago

liath commented 6 years ago

Please summarize why you've made these changes.

jazzl0ver commented 6 years ago

@Liath ,

  1. README instructions weren't working for CentOS 6, so I've found a way and updated the docs
  2. I wanted to be able to use /etc/fstab for mounting. So, had to do some changes to make it possible
  3. Running under EC2 instance IAM role threw exception. Fixed it
  4. File system permissions weren't taken in account. Fixed it
  5. IAM policy requirements updated in README
liath commented 6 years ago

Thanks! This all seems reasonable to me, I'll test it out just as soon as I get a moment.