mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #815] Unable to write into mounted S3 bucket #469
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#469
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 @hsugur on GitHub (Aug 30, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/815
Hi,
I am new to s3fs. I have successfully mounted s3 bucket on ubuntu docker container and I am able to read. But when I try to write, I am getting the following error,
cp: cannot create regular file '/s3/bucket/random.txt': Input/output error
Syslogs shows error message as:
curl.cpp:RequestPerform(2066): HTTP response code = 501 Body Text:
501User-defined metadata is not implemented 4c687fe9-6c0e-42a8-a874-7dbb7993d50a/s3fs_test/random.txtcommand I used to mount s3 bucket is:
s3fs -o allow_other -o passwd_file=/etc/passwd-s3fs -o retries=5 -o use_path_request_style s3fs_test /s3/bucket/ -o dbglevel="debug"
Any help would be greatly appreciated.
Thanks.
@gaul commented on GitHub (Sep 12, 2018):
Which S3 implementation do you use?
@gaul commented on GitHub (Apr 9, 2019):
Closing due to inactivity. You should report this 501 to your S3 implementer since it this is unusual to not have support.