How To Install s3fs On Amazon Linux Using yum

Published Date Author: , Posted April 2nd, 2012 at 6:03:35pm

To be performed as the root user:

http://code.google.com/p/s3fs/wiki/FuseOverAmazon

The s3fs password file has this format (use this format if you have only one set of credentials):
accessKeyId:secretAccessKey
If have more than one set of credentials, then you can have default credentials as specified above, but this syntax will be recognized as well:
bucketName:accessKeyId:secretAccessKey

Comments reader  5 Reader Comments

Matt - Gravatar

Matt said on June 5, 2012, 12:55 pm:

After I chmod it says, s3fs: specified passwd_file is not readable.

How can I specify the password file and make sure there is no security problem?

Thanks!

erics - Gravatar

www.wyzaerd.com erics said on June 7, 2012, 6:39 am:

That is a file name on disk in the /etc dir named passwd-s3fs. What exact command are you running?

Darryl Kraemer - Gravatar

darrylkraemer.com Darryl Kraemer said on December 4, 2012, 1:35 pm:

Thanks Eric! This is exactly what I needed for a backup script I’m writing.

sri - Gravatar

sri said on March 17, 2013, 8:21 am:

Hi ppl,

I’m getting below err

configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: executing depfiles commands
[root@domU-12-31-39-0F-36-AA s3fs-1.61]# make
-bash: make: command not found

erics - Gravatar

www.wyzaerd.com erics said on March 17, 2013, 9:28 am:

yum install make

Leave Your Comment  Leave a comment

All fields marked with "*" are required.