Open davodm opened 1 year ago
@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.
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 fuse
ordpkg -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.