mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1186] AuthorizationHeaderMalformed - the region 'us-east-1' is wrong; expecting 'eu-nl-1 #626
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#626
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 @amitkertis17 on GitHub (Oct 27, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1186
Version of s3fs being used (s3fs --version)
v1.85
Details about issue
[ERR] curl.cpp:CheckBucket(3423): Check bucket failed, S3 response:
AuthorizationHeaderMalformedThe authorization header is malformed; the region 'us-east-1' is wrong; expecting 'eu-nl-1'tx030fad750ef4436b8af60-005db5a5a1eu-nl-1i try to connect swift and i get this error
what can i do
please help me :)
thanks
amit
@gaul commented on GitHub (Oct 28, 2019):
Can you share your s3fs options? This might work if you specify
-o endpoint=eu-nl.@amitkertis17 commented on GitHub (Oct 28, 2019):
this is the command i am using
sudo s3fs aaa12345 /mnt/s3test2 -o passwd_file=/home/ccloud/.passwd-s3fs -o url=https://objectstore-3.eu-nl-1.cloud.sap:443/ -o use_path_request_style -o dbglevel=info -f -o curldbg
@amitkertis17 commented on GitHub (Oct 28, 2019):
i use this flag "-o endpoint = " and its fix the problem
thank u very much