Missing Content-MD5 on PutObjectLockConfigurationRequest #5848
Labels
bug
This issue is a bug.
p1
This is a high priority issue
potential-regression
Marking this issue as a potential regression to be checked by team member
Describe the bug
From 2.30 version calling PutObjectLockConfigurationRequest Content-MD5 header is no longer generated
Regression Issue
Expected Behavior
This is the log with 2.29.x:
Sending Request: DefaultSdkHttpFullRequest(httpMethod=PUT, protocol=https, host=****-**.******.it, encodedPath=/202513116343bucket, headers=[amz-sdk-invocation-id, Content-Length, Content-MD5, Content-Type, User-Agent], queryParameters=[object-lock])
Current Behavior
This is the log with 2.30.x:
Sending Request: DefaultSdkHttpFullRequest(httpMethod=PUT, protocol=https, host=****-**.******.it, encodedPath=/202513116104bucket, headers=[amz-sdk-invocation-id, Content-Length, Content-Type, User-Agent], queryParameters=[object-lock])
Reproduction Steps
Possible Solution
Generate the Content-MD5 for the request
Additional Information/Context
No response
AWS Java SDK version used
2.30.10
JDK version used
17
Operating System and version
Windows 11 and Unix
The text was updated successfully, but these errors were encountered: