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

Return HTTP 400 if content-md5 does not match #596

Closed
wants to merge 1 commit into from

Commits on Jul 24, 2013

  1. Return HTTP 400 if content-md5 header does not match

    Fixes #596
    
    Respect content-md5 headers on object uploads and return HTTP 400 with
    appropriate error body when it does not match the calculated digest of
    the object body. Also refactor the handling of content-md5 headers for
    multipart part uploads so that is matches the handling for normal
    object uploads.
    kellymclaughlin committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    81d14a5 View commit details
    Browse the repository at this point in the history