Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Services --- * Synced the V2 SDK with latest AWS service API definitions. SDK Enhancements --- * `aws/stscreds`: `PolicyArns` can now be passed in to `stscreds.AssumeRoleProvider` and `stscreds.WebIdentityRoleProvider` in the same way as `sts.AssumeRoleInput`. SDK Bugs --- * `aws/defaults`: Fix handling of unexpected Date response header value ([#560](#560)) * Fixes the SDK's behavior to parse unexpected HTTP Date header received that was formated with single digit day of the month instead of two digit RFC822 datetime like defined in RFC 2616. This should prevent log messages about unable to compute clock skew. * Fixes [#556](#556) * `service/s3`: Fix S3 client behavior wrt 200 OK response with empty payload
- Loading branch information