-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve put object performance by sending sha256sum always. (#1333)
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]>
- Loading branch information
1 parent
6ecc05f
commit 48b6570
Showing
2 changed files
with
23 additions
and
39 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