oracle/oci-java-sdk

Checksum verification isn't working when using mulipart upload (createMultipartUpload) or when using UploadManager.upload

ihudedi opened this issue · 5 comments

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

????

Any updates?