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

Add option to pass file SHA-1 hash for upload integrity #502

Merged
merged 2 commits into from
Jan 4, 2018

Commits on Dec 21, 2017

  1. 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
    Matt Willer committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2b2df6f View commit details
    Browse the repository at this point in the history
  2. Add empty check for hash

    Matt Willer committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1f41a4b View commit details
    Browse the repository at this point in the history