amazon web services - S3fs mount error -


i using s3fs mounting wrt s3 bucket

my s3 bucket aes256 encrypted

mount command is

s3fs -o dbglevel=info -o allow_other  -o use_sse=1 -o use_cache=/tmp bucketname /s3mnt  

doing dont error message , mount not happening

/var/log/messages 

has these error

s3fs.cpp:s3fs_check_service(3765): invalid credentials - result of checking service 

apr 14 12:23:31 ip-10-245-10-14 s3fs[74691]: curl.cpp:checkbucket(2899): check bucket failed, s3 response:

<?xml version="1.0" encoding="utf-8"?> <error>   <code>accessdenied</code>   <message>access denied</message>   <requestid>2f78b1bc9ac11266</requestid>   <hostid>lonyfl8dx8dqbnooqoudwwi7pyzwixzl3lewoicjy39pllmgnfbgwhvsrof4uglvccdfkhvxxa4=</hostid> </error> 

any help?

amazon emits error incorrect credentials. make sure $home/.passwd-s3fs or /etc/passwd-s3fs correct.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -