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
Hi,
I am trying to perfrom checksum verification on server but when I use large file and use the 2 options:
1.Using UploadManager.upload with UploadManager
2.Using createMultipartUpload/uploadPart/commitParts
The server doesn't vewrify the given checksum
When using UploadManager - setting the md5 in UploadManager
When using createMultipartUpload - there is no setting the md5 only for every part but I want the checksum for all file.
I am using latest version
Thanks,
Itay
The text was updated successfully, but these errors were encountered:
Hi @jyotisaini
When I put incorrect md5 the server doesn't throw any error while when I enter wrong md5 with PutObjectRequest the server return an error for the given md5.
Thanks,
Itay
Hi,
I am trying to perfrom checksum verification on server but when I use large file and use the 2 options:
1.Using UploadManager.upload with UploadManager
2.Using createMultipartUpload/uploadPart/commitParts
The server doesn't vewrify the given checksum
When using UploadManager - setting the md5 in UploadManager
When using createMultipartUpload - there is no setting the md5 only for every part but I want the checksum for all file.
I am using latest version
Thanks,
Itay
The text was updated successfully, but these errors were encountered: