aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

AWS SDK for the Go programming language.

Results 231 aws-sdk-go-v2 issues
Sort by recently updated
recently updated
newest added

### 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...

bug
p3
m

**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: *...

bug
documentation
p2
l
queued
feature/s3/manager

### 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...

bug
automation-exempt

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`....

bug
documentation
p3
s
queued

**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...

v1-sync
feature-request

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...

feature-request

**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...

documentation

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...

bug
needs-reproduction
p3
l
queued
feature/s3/manager

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

feature-request