Skip to content

Commit

Permalink
fixing CentOS 6 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzl0ver authored Mar 23, 2018
1 parent 61015a3 commit 9ee53db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ Install FUSE for OS X from <http://osxfuse.github.com>.
git clone https://github.com/danilop/yas3fs.git
cd yas3fs
scl enable python27 -- python setup.py install
yas3fs -h # See the usage
scl enable python27 -- yas3fs -h # See the usage
mkdir LOCAL-PATH
# For single host mount
yas3fs s3://BUCKET/PATH LOCAL-PATH
scl enable python27 -- yas3fs s3://BUCKET/PATH LOCAL-PATH
# For multiple hosts mount
yas3fs s3://BUCKET/PATH LOCAL-PATH --topic TOPIC-ARN --new-queue
scl enable python27 -- yas3fs s3://BUCKET/PATH LOCAL-PATH --topic TOPIC-ARN --new-queue

**/etc/fstab support**

Expand Down

0 comments on commit 9ee53db

Please sign in to comment.