-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Support for Content-MD5 header irrespective of objectlock. #13395
Comments
Hi @sushpatg thanks for making this feature request. In your use cases, do you compute the MD5 digest yourself? |
@cwomack, as per my testing Also as per the below excerpt from S3 documentation, we should be able to pass ContentMD5 header manually(calculated outside) or if not passed amplify-js should calculate it for us
|
Yes, we can calculate it ourselves |
@sushpatg, this should now be supported within the Storage client library. Can you test and validate this to let us know if it's working sufficiently for you? Thanks! |
Is this related to a new or existing framework?
React
Is this related to a new or existing API?
Storage
Is this related to another service?
No response
Describe the feature you'd like to request
To add ContentMD5 header while making request irrespective of objectlock.
Describe the solution you'd like
Currently we have Pull request - 11611 where Content-MD5 header is supported when ObjectLock is enabled.
I was able to see ContentMD5header if
isObjectLockEnabled: true
in Storage.configure(). But have not enabled object lock for S3 bucket.Looking for solution to pass pass ContentMD5 header irrespective of objectlock.
Describe alternatives you've considered
I was able to see ContentMD5header if
isObjectLockEnabled: true
in Storage.configure(). But have not enabled object lock for S3 bucket.Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: