-
Notifications
You must be signed in to change notification settings - Fork 661
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
s3
: Adds customization to disable s3 auto gzip decode
#748
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jasdel
suggested changes
Sep 23, 2020
...y-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AddAwsConfigFields.java
Outdated
Show resolved
Hide resolved
skotambkar
force-pushed
the
disableS3AutoGZIPDecode
branch
from
September 23, 2020 18:06
d087fc3
to
b8bee42
Compare
skotambkar
force-pushed
the
disableS3AutoGZIPDecode
branch
from
September 23, 2020 21:27
3ab621e
to
fe40393
Compare
jasdel
reviewed
Sep 23, 2020
skotambkar
force-pushed
the
disableS3AutoGZIPDecode
branch
from
September 23, 2020 23:55
fe40393
to
fc9c511
Compare
skotambkar
force-pushed
the
disableS3AutoGZIPDecode
branch
4 times, most recently
from
September 24, 2020 22:16
eef5ae9
to
7af0dbc
Compare
skmcgrail
force-pushed
the
feature/SmithyAPIClient
branch
from
September 24, 2020 22:30
da6cee6
to
2f7dccf
Compare
…tions from dynamodb to reuse middleware
skotambkar
force-pushed
the
disableS3AutoGZIPDecode
branch
from
September 30, 2020 08:47
7af0dbc
to
e32e296
Compare
skotambkar
force-pushed
the
disableS3AutoGZIPDecode
branch
from
September 30, 2020 08:50
e32e296
to
897dfb9
Compare
jasdel
reviewed
Sep 30, 2020
...src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsCustomGoDependency.java
Outdated
Show resolved
Hide resolved
jasdel
approved these changes
Sep 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds customization to disable s3 auto gzip decode
DisableCompression
to true.