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;
when i am uploading a file from java getting error
and i set min part size as MIN_DEFAULT_PART_SIZE = 5 * 1024 * 1024;