-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to pass file SHA-1 hash for upload integrity (#502)
* 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
- Loading branch information
Matt Willer
authored and
carycheng
committed
Jan 4, 2018
1 parent
55bd11f
commit 42d4272
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters