mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1509] ap-east-1 can not mount s3fs #792
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#792
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 @ntulp on GitHub (Dec 30, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1509
when i create us-east-1 bucket will mount success .. something wrong on ap-east-1 (HK)
Version of s3fs being used (s3fs --version)
V1.87
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.9
Kernel information (uname -r)
4.19.0-13-cloud-amd64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
command result: cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
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
@gaul commented on GitHub (Dec 30, 2020):
Could you also add
-o url=s3.ap-east-1.amazonaws.com? I believe that newly-created buckets take some time to propagate the DNS update. s3fs could also be smarter about this.@ntulp commented on GitHub (Dec 31, 2020):
you save me !!
-o url=s3.ap-east-1.amazonaws.comit's work,this args was not found during debugging , thank you
@martinheidegger commented on GitHub (Aug 17, 2021):
Currently - version 1.89 - I need to prefix the url with "https" to
-o url=https://s3.ap-east-1.amazonaws.comon Amazon Linux, but even then: the result is "The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.".