You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to upload large files through s3-proxy, but I get EntityTooLarge: Your proposed upload exceeds the maximum allowed size error.
Describe the solution you'd like
After some research, I found this aws s3 doc which describes how to perform multipart upload.
Maybe it works without change, but i don't manage to upload file using curl:
Is your feature request related to a problem? Please describe.
I'm trying to upload large files through s3-proxy, but I get
EntityTooLarge: Your proposed upload exceeds the maximum allowed size
error.Describe the solution you'd like
After some research, I found this aws s3 doc which describes how to perform multipart upload.
Maybe it works without change, but i don't manage to upload file using curl:
I don't know if it's my utilization who is wrong, or if there some missing feature.
Thanks in advance
The text was updated successfully, but these errors were encountered: