-
Notifications
You must be signed in to change notification settings - Fork 873
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
Regression: cannot set S3Object contentEncoding #4725
Comments
Hi @youngm I can't reproduce the error, I get "bogus" in the getObject response. I tried version Questions:
PutObject
See |
Oh maybe it is a problem with localstack and the PR I mentioned. I'll double check with real s3 tomorrow. Thanks! |
Yeah, I confirmed this works great with real S3 this is a bug with localstack and sra auth for s3. I'll submit an issue there. Thanks! |
|
I created an issue with open stack. They determined that the issue happens anytime you use |
|
Describe the bug
No matter what I set for contentEncoding it is always changed to "aws-chunked"
Expected Behavior
The contentEncoding I provide will be stored with the object.
Current Behavior
the contentEncoding is changed to "aws-chunked"
Reproduction Steps
Here is a test case:
Possible Solution
This appears to be a regression related to #4653 but I'm not sure. The problem started with version 2.21.16
Additional Information/Context
No response
AWS Java SDK version used
2.21.16
JDK version used
17
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: