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
when i am uploading a file from java getting error
.com.amazonaws.services.s3.model.AmazonS3Exception: Your proposed upload is smaller than the minimum allowed size (Service: Amazon S3; Status Code: 400; Error Code: EntityTooSmall; Request ID: AADE1CC43A53BB99)
and i set min part size as MIN_DEFAULT_PART_SIZE = 5 * 1024 * 1024;
The text was updated successfully, but these errors were encountered:
when i am uploading a file from java getting error
and i set min part size as MIN_DEFAULT_PART_SIZE = 5 * 1024 * 1024;
The text was updated successfully, but these errors were encountered: