github.com/cs3org/reva/v2@v2.27.7/changelog/2.16.0_2023-08-21/fix-s3-put-md5.md (about)

     1  Bugfix: S3ng include md5 checksum on put
     2  
     3  We've fixed the S3 put operation of the S3ng storage to include a md5 checksum.
     4  
     5  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).
     6  
     7  https://github.com/cs3org/reva/pull/4100