Service Client Highlights
- Service clients have been bumped to
v0.26.0
simplify the documentation experience when using pkg.go.dev. service/s3
: Disable automatic decompression of getting Amazon S3 objects with theContent-Encoding: gzip
metadata header. (#748)- This changes the SDK's default behavior with regard to making S3 API calls. The client will no longer automatically set the
Accept-Encoding
HTTP request header, nor will it automatically decompress the gzipped response when theContent-Encoding: gzip
response header was received. - If you'd like the client to sent the
Accept-Encoding: gzip
request header, you can add this header to the API operation method call with the SetHeaderValue. middleware helper.
- This changes the SDK's default behavior with regard to making S3 API calls. The client will no longer automatically set the
service/cloudfront/sign
: Fix cloudfront example usage of SignWithPolicy (#673)- Fixes #671 documentation typo by correcting the usage of
SignWithPolicy
.
- Fixes #671 documentation typo by correcting the usage of
Core SDK Highlights
- SDK core module released at
v0.26.0
config
module released atv0.1.1
credentials
module released atv0.1.1
ec2imds
module released atv0.1.1