aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### Describe the feature When resolving credentials, it would be nice to be able to define `wrapWithCredentialsCache` used [here](https://github.com/aws/aws-sdk-go-v2/blob/28e7ef89093896b16b92b2fa3077e826b7a3c4a8/config/resolve_credentials.go#L461). Consumer of AWS library could define their own credential cache mechanism...
### Describe the feature It would be nice if the `Prettify` function from https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/internal/awsutil were public (i.e. not within an `internal` path) ### Use Case Debugging v2 structs is tedious...
This will categorically prevent compatibility fractures such as #2370 going forward.
### Describe the bug The S3 API will only enforce the expected bucket owner parameter of a presigned URL if it's provided either as a signed header, or hoisted into...
It seems that there is no facility to resume multipart uploads via the aws-sdk-go-v2 api once a session has ended or been disconnected.
### Describe the feature Currently the s3 transfer manager only allows taking an `io.WriterAt` target for where to write the response body. This feature request is to add an API...
### Describe the feature Add support for multipart copy API to transfer manager utility similar to `Downloader` and `Uploader` APIs ### Use Case Efficient multipart copy between buckets in same...
### Describe the feature Currently, the Download function implemented in the Transfer Managers Downloader accepts `io.WriteAt`. Due to this, after writing to a file or buffer, there is a need...
### Describe the feature Implement clock skew detection: * the first time a response for a service comes back with a server time (generally in a header), record that value...
Add support for resolving account id from different resolvers, enable switch on/off account id during endpoint 2.0 param binding and routing.