Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ihudedi opened this issue May 7, 2024 · 5 comments

Comments

@ihudedi
Copy link

ihudedi commented May 7, 2024

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

@ihudedi
Copy link
Author

ihudedi commented May 9, 2024

????

@ihudedi
Copy link
Author

ihudedi commented May 15, 2024

Any updates?

@jyotisaini
Copy link

Hi @ihudedi what makes you think that the server isn't verifying the checksum ?

@ihudedi
Copy link
Author

ihudedi commented May 15, 2024

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

@ihudedi
Copy link
Author

ihudedi commented May 19, 2024

Hi @jyotisaini
Any updates?
Thanks,
Itay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants