aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### Documentation - [X] I've gone though the [API reference](https://docs.aws.amazon.com/sdk-for-go/v2/api/) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go) for answers - [X] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-go-v2/issues) and didn't...
**Describe the bug** When using manager.Uploader to upload files, when an incorrect `ContentMD5` is set on the `PutObjectInput`, the behavior depends on the size of the file being uploaded: *...
### Documentation - [X] I've gone though the [API reference](https://docs.aws.amazon.com/sdk-for-go/v2/api/) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go) for answers - [X] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-go-v2/issues) and didn't...
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/feature/ec2/[email protected]#Client.GetMetadata > The content will be returned as a string The function returns a value of type `*GetMetadataOutput`. There is no field of `string` type to be found in `GetMetadataOutput`....
**Is your feature request related to a problem? Please describe.** Like creating instances, creating/deleting clusters also takes time, and providing waiters for this functionality would be greatly appreciated. It's very...
Application manipulating APIs in multiple regions often need to adjust their behavior depending on whether different assets are located in the same or different regions. To this end, it was...
**Is your feature request related to a problem? Please describe.** On the cli, it's aws sts assume-role --role-arn "arn:aws:iam::XYZ:role/ViewLogsPlease" --role-session-name ViewOne And then you awkwardly need to setup AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY...
The use case is laid out in the playground for one of them. https://play.golang.org/p/C2oj9Dyen4j The propose of this PR is to make a method that is to supplement the existing...
### Documentation - [X] I've gone though the [API reference](https://docs.aws.amazon.com/sdk-for-go/v2/api/) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go) for answers - [X] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-go-v2/issues) and didn't...
Port the v1 SDK's client side metric (CSM) client support for reporting metrics. aws/csm aws/aws-sdk-go#2677 aws/aws-sdk-go#2678