mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #142] When using path 'Failed to access bucket' #86
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @petemill on GitHub (Mar 6, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/142
When connecting to the root of a bucket, connection is successful, but when attempting to connect to a path, the error 'Failed to access bucket' is always encountered. Have tried different regions and buckets but always get the same issue.
With '-o curldbg' specified I can see that Amazon is giving a response of SignatureDoesNotMatch when performing a GET for the path.
@petemill commented on GitHub (Mar 6, 2015):
note that this seems to be a newly introduced bug, as I went back a year and built the old v1.76 from source and it does not present this issue.
@ggtakec commented on GitHub (Mar 21, 2015):
@petemill
I'm sorry for replying late.
This issue is as same as a problem which is posted on google groups, and I merged #155 today which fixed this problem.
Please try to use latest codes in master branch.
I closed this issue, and if you have a problem, please post new issue.
Thanks a lot.