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

fix: disable sha256 computation for HTTPS requests. #418

Merged
merged 1 commit into from
Jul 15, 2016

Conversation

balamurugana
Copy link
Member

When given endpoint is HTTPS, we wouldn't need to compute SHA-256 for
request body instead "UNSIGNED-PAYLOAD" as SHA-256 hash needs to be
used in request header "x-amz-content-sha256"

Fixes #415

When given endpoint is HTTPS, we wouldn't need to compute SHA-256 for
request body instead "UNSIGNED-PAYLOAD" as SHA-256 hash needs to be
used in request header "x-amz-content-sha256"

Fixes minio#415
@harshavardhana harshavardhana merged commit e127802 into minio:master Jul 15, 2016
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

Successfully merging this pull request may close these issues.

2 participants