mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #915] AWS4-HMAC-SHA256 #524
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#524
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 @vivekatlantis2 on GitHub (Jan 21, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/915
Additional Information
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.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD
Version of s3fs being used (s3fs --version)
======
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Kernel information (uname -r)
GNU/Linux Distribution, if applicable (cat /etc/os-release)
s3fs command line used, if applicable
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
Unable to mount bucket using s3fs
@vivekatlantis2 commented on GitHub (Jan 21, 2019):
Can someone please help me in this? Been trying since yesterday to fix this
@ggtakec commented on GitHub (Jan 21, 2019):
@vivekatlantis2 This is a signature error, but even if there are problems with other options, this error may be reported.
If you specify the option url="https://s3-ap-south-1.amazonaws.com", will it work?
@vlad2 commented on GitHub (May 2, 2019):
I've got the same problem. Was this fixed?
@shlha commented on GitHub (Jun 18, 2019):
Me too, same problem when attempting to write data via s3fs to a bucket in different account
@gaul commented on GitHub (Jul 11, 2019):
I cannot reproduce these symptoms; please share debug logs
-o curldbgfrom a failed mount.@mrngm commented on GitHub (Jul 30, 2019):
According to Amazon's documentation, the only valid region that the URL
s3.amazonaws.comcan be used isus-east-1. Otherwise, the URL scheme iss3.<region>.amazonaws.com.@facelezzzz commented on GitHub (Dec 24, 2019):
anyone fix it ?
@facelezzzz commented on GitHub (Dec 24, 2019):
@vivekatlantis2
just remove
endpoint=ap-south-1,it's a bug。@gaul commented on GitHub (Feb 2, 2020):
Please reopen if you can reproduce your symptoms with the suggested debug logs.
@xrob commented on GitHub (Apr 8, 2020):
@gaul commented on GitHub (Apr 8, 2020):
Please test with the latest version 1.86 and open a new issue for your symptoms. You might also try
-o endpoint=eu-west-2.@kuan51 commented on GitHub (Sep 16, 2021):
I have version 1.9 and am having the issue.
s3fs --version Amazon Simple Storage Service File System V1.90 (commit:b4edad8) with OpenSSLCommand:
s3fs -f -d -o curldbg -o endpoint=us-east-2 -o url=https://s3.us-east-2.amazonaws.com cadence-bak-s3 /mnt/bakDebug output:
@pgodschalk commented on GitHub (Sep 20, 2021):
Same.
@gaul commented on GitHub (Sep 20, 2021):
@pgodschalk You need to remove
-o sigv2. eu-central-1 only supports the default sigv4.@oliveiraev commented on GitHub (Jul 6, 2023):
I can reproduce the problem even without
sigv2option set.looks like the problem resides between lines 104~108...
... and may be related to #1743 which is my case.
direct awscli command works smoothly
usually AWS SDK should parse and make use of
.aws/configand.aws/credentials, doesn't?