mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #461] Beijing region how to mount s3 service #252
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#252
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 @mwp123 on GitHub (Aug 16, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/461
Thanks you project.I need you help.I use S3 service of China beijing region.I try to mount s3 to EC2 server,but s3fs reture "s3fs: Failed to access bucket.".
@mwp123 commented on GitHub (Aug 16, 2016):
[root@web ~]# s3fs data-riman /mnt/test -o default_acl=public-read -d -d -f -o url=http://s3.cn-north-1.amazonaws.com.cn -o curldbg -o passwd_file=/etc/passwd-s3fs
set_moutpoint_attribute(3291): PROC(uid=0, gid=0) - MountPoint(uid=0, gid=0, mode=40755)
FUSE library version: 2.9.5
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0
INIT: 7.23
flags=0x0003f7fb
max_readahead=0x00020000
s3fs_init(2595): init
s3fs_check_service(2894): check services.
CheckBucket(2228): check a bucket.
RequestPerform(1467): connecting to URL http://data-riman.s3.cn-north-1.amazonaws.com.cn/
Trying 54.222.22.6...
Connected to data-riman.s3.cn-north-1.amazonaws.com.cn (54.222.22.6) port 80 (#0)
The requested URL returned error: 400 Bad Request
Closing connection 0
RequestPerform(1595): ### CURLE_HTTP_RETURNED_ERROR
RequestPerform(1600): HTTP response code =400
s3fs: Failed to access bucket.
@mwp123 commented on GitHub (Aug 16, 2016):
I have solveed by myself.Thanks all.
@ggtakec commented on GitHub (Sep 19, 2016):
@mwp123 I'm sorry for my late reply.
I'm going to close this issue.
Regards,