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 I find the DescribeVpcEndpointConnectionsOutput.VpcEndpointState can't match the consts defined in [enums.go](https://github.com/aws/aws-sdk-go-v2/blob/main/service/ec2/types/enums.go) The reponse is `pendingAcceptance` but the const in [enums.go](https://github.com/aws/aws-sdk-go-v2/blob/main/service/ec2/types/enums.go#L5739) is `PendingAcceptance`. ### Expected Behavior They...
### Describe the feature The AWS CLI tool for DynamoDB allows specifying a page size (`--page-size`) which is the maximum number of matching items returned by the query. This is...
### Describe the feature In the Go SDK v1, there are DynamoDB helper functions for pagination for: - BatchGetItemPages - ListContributorInsightsPages - ListExportsPages - ListTablesPages - QueryPages - ScanPages >...
### Describe the bug 1. don't know how to set canned ACL in presigned url. 2. even if I set content type in PutObjectInput, the SignedHeaders doesn't contain it. 3....
### Describe the issue with documentation We currently use the s3crypto package of the v1 Go SDK in our production system. We would like to migrate to the new V2...
**Describe the issue with documentation** Currently, all documentations and blogs describe the aws sso login process as - 1. Setup config manually - start url, role name, etc 2. Use...
### Describe the bug when attempting to Put a lifecycle configuration onto a bucket, it fails with: ``` Got an error creating the policy: operation error S3: PutBucketLifecycleConfiguration, https response...
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: - [x] I've gone though the [API reference](https://github.com/aws/aws-sdk-go-v2/issues) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go) for answers **Describe the question** https://github.com/aws/aws-sdk-go-v2/blob/31459368544ba0cafeee5f0f91e957826627e7e1/service/s3/api_op_GetBucketNotificationConfiguration.go#L30...