-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S3ng include md5 checksum on put (#4100)
* Do not swallow errors from PutObject We wrongly passed err to errors.Wrapf instead of err1, leading to a nil error to be returned. * Als log upload errors in the non-async uploads case * Add changelog * include md5 checksum on put operatorions --------- Co-authored-by: André Duffeck <[email protected]>
- Loading branch information
Showing
4 changed files
with
15 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Fix logging upload errors | ||
|
||
We fixed a problem where problems with uploading blobs to the blobstore weren't logged. | ||
|
||
https://github.com/cs3org/reva/pull/4099 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: S3ng include md5 checksum on put | ||
|
||
We've fixed the S3 put operation of the S3ng storage to include a md5 checksum. | ||
|
||
This md5 checksum is needed when a bucket has a retention period configured (see https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html). | ||
|
||
https://github.com/cs3org/reva/pull/4100 |
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