mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #696] Using SSE-C results in "Input/output error" #392
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#392
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 @alindt on GitHub (Dec 10, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/696
Version of s3fs being used (s3fs --version)
$ s3fs --version
Amazon Simple Storage Service File System V1.82(commit:unknown) with GnuTLS(gcrypt)
Version of fuse being used (pkg-config --modversion fuse)
Package: fuse
Version: 2.9.4-1ubuntu3.1
System information (uname -r)
$ uname -r
4.10.0-40-generic
Distro (cat /etc/issue)
$ cat /etc/issue
Linux Mint 18.3 Sylvia \n \l
Details about issue
Using SSE-C as described in the man page results in "Input/output error" when uploading.
Works fine without SSE-C.
s3fs command line used (if applicable)
s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs)
debug.log
@ggtakec commented on GitHub (Jan 14, 2018):
@alindt I'm sorry for my late reply.
In your log, it is recorded that the upload failed as EIO.
Please try s3fs with "- o curldbg" as it is necessary to know more detailed log if possible.
Thanks in advance for your assistance.
@alindt commented on GitHub (Jan 14, 2018):
curldbg_sse-c.log
curldbg_no_sse-c.log
@ggtakec commented on GitHub (Jan 15, 2018):
@alindt Thanks for sending your log.
There is certainly an error 400 in your log processing in your log.
I will try to confirm a little time.
Regards,
@ggtakec commented on GitHub (Jan 21, 2018):
@alindt
This problem is caused by the small number of characters of AWSSSECKEYS you specified.
Please specify at least 32 characters in AWSSSECKEYS. Otherwise, in S3fs, an error "The secret key was invalid for the specified algorithm" is received from S3 API and an EIO error occurs.
Please retry with at least 32 characters for AWSSSECKEYS environemnt.
@alindt commented on GitHub (Jan 21, 2018):
@ggtakec thank you for the explanation - it makes sense.
It would be useful to make this error (and others) more visible for the end user when using s3fs.
@xuemingcoffeehuang commented on GitHub (Apr 4, 2019):
i have a similar problem that i get the input/output error:
[root@weixin-static-u53mq storage]# chown apps:apps @vmr
chown: changing ownership of `@vmr': Input/output error
i dont know if is because of the character '@'
'@vmr' is a directory in /my/mount/point