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
We got an error when uploading large cache using S3, this is because of the limit using single PUT request of 5 GB. It would be good to use multipart upload.
com.amazonaws.services.s3.model.AmazonS3Exception: Your proposed upload exceeds the maximum allowed size Service: Amazon S3; Status Code: 400; Error Code: EntityTooLarge;
Upstream changes
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
We got an error when uploading large cache using S3, this is because of the limit using single PUT request of 5 GB. It would be good to use multipart upload.
com.amazonaws.services.s3.model.AmazonS3Exception: Your proposed upload exceeds the maximum allowed size Service: Amazon S3; Status Code: 400; Error Code: EntityTooLarge;
Upstream changes
No response
The text was updated successfully, but these errors were encountered: