You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bit late here, but I managed to get this working. I'm not familiar with the code base and don't really know if there are implications, but please take a look at #1353.
A bit late here, but I managed to get this working. I'm not familiar with the code base and don't really know if there are implications, but please take a look at #1353.
Looks great. I added a PR review. Do you want to share your efforts for MD5 in a gist or elsewhere and let me know where you got stuck?
When an aws s3 bucket is configured with Object Lock in order to benefit from WORM feature the upload
cf: https://aws.amazon.com/fr/blogs/storage/protecting-data-with-amazon-s3-object-lock/
the upload fails with the following error:
Content-MD5 HTTP header is required for Put Object requests with Object Lock parameters
Is there a way add Content-MD5 header to the request ?
I could have used
--add-header=NAME:VALUE
but since I'm using built in gpg encryption, I can't compute the md5 before running the command.Any idea ?
The text was updated successfully, but these errors were encountered: