aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### Describe the bug The SDK Client is set up as below: ``` import ( "context" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/service/sfn" ) func newStepFunction() AwsStepFunctionClient { sfnClientConfig, _ := config.LoadDefaultConfig(context.Background(), func(options *config.LoadOptions)...
### 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 I have a method which enumerates all the object keys in a bucket using `ListObjectsV2`. When I try this on a bucket with lots of objects...
### 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 feature Add a `CredentialProvider` that implements [role chaining](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-role-chaining): generating ephemeral credentials via sts using a series of iam roles. ### Use Case From the [docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-role-chaining): > Role...
### Describe the bug Following the ["Retries and Timeouts" section of the DynamoDB client documentation](https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/retries-timeouts/), I have added a deadline to my call to `GetItem`. This works great for making...
### 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 feature When using BatchExecuteStatement using rdsdata api, a single error from the batch is returned in the error object, with the message stating: `. Call getNextException to...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [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)...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [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)...