mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1712] Support ap-east-1 region #884
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#884
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 @vicary on GitHub (Jul 2, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1712
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)
1.89
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.2
Kernel information (uname -r)
4.14.232-177.418.amzn2.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
s3fs command line used, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
Details about issue
So using
-o endpoing=ap-east-1gives the same behavior as if it isus-east-1, my educated guess is that internally s3fs ignores regions unknown to some constant enum in the source code.This hypothesis is further confirmed when I tried to use a random endpoint
-o endpoint=asjdlasjdlksajlasit just throws the same error.Please add support for Hong Kong region, and if possible, remove the region restriction because it looks like this library is not respecting the option.
I am aware of #1509 and since it only works with an undocumented option
-o url=s3.ap-east-1.amazonaws.comit should only be considered as a workaround. It should be resolved with an actual support of-o endpoint=ap-east-1as documented.@gaul commented on GitHub (Sep 8, 2023):
s3fs does not hardcode the regions so I'm not sure why you are encountering this error. Could you test with the latest version reopen this issue if your symptoms persist?
@jacky96623 commented on GitHub (Sep 17, 2023):
@gaul I think the issue still happens.
OS info:
S3fs info:
S3 bucket info:
Error message: