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

Improve put object performance by sending sha256sum always. #1333

Merged
merged 1 commit into from
Jun 12, 2022

Conversation

balamurugana
Copy link
Member

Previously, UNSIGNED-PAYLOAD is sent sha256sum and computed md5sum
of body for HTTPS and computed sha256sum/md5sum of body for HTTP. This
made the API slower. Now computed sha256sum is always sent for both
HTTP and HTTPS.

Fixes #1332

Signed-off-by: Bala.FA [email protected]

Previously, `UNSIGNED-PAYLOAD` is sent sha256sum and computed md5sum
of body for HTTPS and computed sha256sum/md5sum of body for HTTP. This
made the API slower. Now computed sha256sum is always sent for both
HTTP and HTTPS.

Fixes minio#1332

Signed-off-by: Bala.FA <[email protected]>
@harshavardhana harshavardhana merged commit 48b6570 into minio:master Jun 12, 2022
@balamurugana balamurugana deleted the fix-issue-1332 branch June 16, 2022 03:29
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.

MinIO Java SDK is much slower compared to both mc and AWS S3 Java SDK
2 participants