mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #389] Error: SSE-C Copied from Local Storage To S3FS #207
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#207
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 @bheller84 on GitHub (Apr 7, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/389
Mounting a bucket as follows:
sudo s3fs my-own-bucket s3-sse -o allow_other -o use_sse=custom:/etc/mykey
If I copy a 50 megabyte file as follows: sudo cp 1.mp4 s3-sse/1.mp4
I get the following error: Operation not permitted
It seems to only work for small text files
@bheller84 commented on GitHub (Apr 8, 2016):
Added -o nomultipart and it now works....