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

Can't set the 'Content-MD5' header when uploading a file #328

Closed
dorfire opened this issue Oct 20, 2016 · 0 comments
Closed

Can't set the 'Content-MD5' header when uploading a file #328

dorfire opened this issue Oct 20, 2016 · 0 comments
Labels
enhancement Added to issues that describes enhancements
Milestone

Comments

@dorfire
Copy link
Contributor

dorfire commented Oct 20, 2016

Example from the deprecated SDK:
uploadRequestObject.setContentMD5(sha1);

@gcurtis gcurtis added the enhancement Added to issues that describes enhancements label Nov 8, 2016
@gcurtis gcurtis added this to the v2.2.0 milestone Nov 8, 2016
mattwiller pushed a commit that referenced this issue Dec 21, 2017
Added a sha1 attribute to FileUploadParams to enable sending the
expected hash of the file for verification that the file was not
corrupted in transit.

Fixes #328
carycheng pushed a commit that referenced this issue Jan 4, 2018
* Add option to pass file SHA-1 hash for upload integrity

Added a sha1 attribute to FileUploadParams to enable sending the
expected hash of the file for verification that the file was not
corrupted in transit.

Fixes #328

* Add empty check for hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Added to issues that describes enhancements
Projects
None yet
Development

No branches or pull requests

2 participants