mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #706] Unable to mount S3 in Asia Pacific(Mumbai) - InvalidRequest #398
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#398
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 @socialglass on GitHub (Jan 11, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/706
Additional Information
Version of s3fs being used (s3fs --version)
1.83(commit:e1dafe7)
Version of fuse being used (pkg-config --modversion fuse)
2.9.4
System information (uname -r)
4.4.44-39.55.amzn1.x86_64
Distro (cat /etc/issue)
Kernel \r on an \m
s3fs command line used (if applicable)
Details about issue
When I try to mount my S3 bucket (in Asia Pacific - Mumbai), I get these logs and don't see the mount -
Also, checked that my bucket indeed shows as in Asia Pacific (Mumbai).
@gaul commented on GitHub (Jan 11, 2018):
Does setting
-o endpoint=ap-south-1work around this issue? However, s3fs should auto-detect the region.@socialglass commented on GitHub (Jan 11, 2018):
That seems to resolve the region mismatch, but still getting an authorization error -
@socialglass commented on GitHub (Jan 13, 2018):
Was an incorrect credential issue thereafter. Still not clear why it didn't pick the region automatically though.