CONTAP-331414: Anonymous PUT request from AWS cli fails with internal error
Issue
Anonymous PUT request fails with AWS CLI calls, other Anonymous operations work.
Example
- aws --endpoint http://10.2.3.123 s3api put-object --key test --bucket bucket1 --body some_file.txt --no-sign-request
An error occurred (InternalError) when calling the PutObject operation (reached max retries: 4): We encountered an internal error. Please try again.