mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2105] Couldn't upload files on macOS 12 #1070
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#1070
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 @davodm on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2105
Additional Information
Version of s3fs being used (
s3fs --version)Amazon Simple Storage Service File System V1.91 (commit:unknown) with GnuTLS(gcrypt)
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)2.9.9
Kernel information (
uname -r)21.6.0
GNU/Linux Distribution, if applicable (
cat /etc/os-release)macOS Monterey 12.6.3
How to run s3fs, if applicable
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about the issue
Hi, I'm experiencing a weird issue on s3fs which is I'm able to upload small text/JSON files (~50KB) but I'm not able to upload other types of files or even text files more than 1MB. I'm getting this error and I'm not able to upload, I tried many options but it doesn't work.
@ggtakec commented on GitHub (Feb 12, 2023):
@davodm
The your attached information was a log that confirmed the existence of the uploaded (trying to) file.
It didn't include any logs when the upload failed and wasn't enough to know the cause.
The way you got the log is correct, so I think it seems possible to know the reason if you get a log about the upload to fail.
When the upload fails, isn't there a log with a prefix of
[ERR],[WAN], or[CRT]?If you find them and know the logs before and after them, we may be able to identify the cause.
Thanks in advance for your assistance.