guyson / s3fs

Automatically exported from code.google.com/p/s3fs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to access bucket

GoogleCodeExporter opened this issue · comments

Detailed description of observed behavior:



What steps will reproduce the problem - please be very specific and
detailed. (if the developers cannot reproduce the issue, then it is
unlikely a fix will be found)?



===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version):
Amazon Simple Storage Service File System 1.74

Version of fuse being used (pkg-config --modversion fuse):
2.9.3

System information (uname -a):
Linux 2.6.32-431.20.5.el6.x86_64  #1 SMP Fri Jul 25 08:34:44 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

Distro (cat /etc/issue):
CentOS release 6.5 (Final)

s3fs command line used (if applicable): Yes

/etc/fstab entry (if applicable):

s3fs syslog messages (grep s3fs /var/log/syslog):

s3fs bucket /s3mnt -f -d
    set_moutpoint_attribute(3291): PROC(uid=0, gid=0) - MountPoint(uid=0, gid=0, mode=40777)
fuse: warning: library too old, some operations may not not work
s3fs_init(2595): init
s3fs_check_service(2894): check services.
    CheckBucket(2228): check a bucket.
    RequestPerform(1467): connecting to URL http://bucket.s3.amazonaws.com/
RequestPerform(1595): ### CURLE_HTTP_RETURNED_ERROR
RequestPerform(1600): HTTP response code =403
s3fs: Failed to access bucket.


Original issue reported on code.google.com by josier...@gmail.com on 2 Sep 2014 at 10:36

Hi,

The error which you got means fuse version is too old, so please check fuse 
library on running s3fs.
(ex, lsof command using, you can look it.)

And we moved s3fs project to github(https://github.com/s3fs-fuse/s3fs-fuse).
The latest version is V1.77 on github, please try to use it.

Original comment by ggta...@gmail.com on 7 Sep 2014 at 4:10

  • Changed state: WontFix
Thanks, the new version work like a charm!!

2014-09-07 11:10 GMT-05:00 <s3fs@googlecode.com>:

Original comment by josier...@gmail.com on 11 Sep 2014 at 5:13