Module Highlights
github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.20.0- Feature: Add durability checks to validate part count and range for upload/download. You can disable this with
DisableValidatePartsin upload/download options, though doing so is not recommended because it damages the durability posture of your application.
- Feature: Add durability checks to validate part count and range for upload/download. You can disable this with
github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.59.0- Feature: Updated endpoint for eusc-de-east-1 region.
github.com/aws/aws-sdk-go-v2/service/iam: v1.49.0- Feature: Fixed missing SummaryMap keys in GetAccountSummary response that were being filtered out during deserialization in AWS Java SDK v2
github.com/aws/aws-sdk-go-v2/service/kinesis: v1.41.0- Feature: Adds support for record sizes up to 10MiB and introduces new UpdateMaxRecordSize API to modify stream record size limits. Adds record size parameters to existing CreateStream and DescribeStreamSummary APIs for request and response payloads respectively.