aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### Describe the bug Not exactly a bug, more a pitfall - When using SQS ReceiveMessage with MaxNumberOfMesages > 1, the sdk returns a slice of Message objects. When iterating...
### Describe the bug We are using [InstanceTerminatedWaiter](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ec2#InstanceTerminatedWaiter) to wait for a few ASG-managed instances to be in "terminated" state after we delete the ASG. However, we discovered that this...
### Describe the bug I find the UseAccelerate UsePathStyle in s3.Options. But I can not find param S3Disable100Continue int the s3 service ,where is it ?`` ### Expected Behavior I...
* Directly call credential process instead of `/bin/sh -c "credential process + args` * This more directly follows the botocore variant. * Makes using `credential_process` usable in distroless containers (which...
### Describe the bug All calls into the cognito identity provider are falling with no such host TCP errors. Running the individual commands from the AWS cli produces the correct...
### Describe the bug When I develop kinesis-related programs locally, there are a lot of shards, and insufficient local bandwidth will cause timeouts, and panics are very likely to occur...
### Describe the issue It is not clear from the documentation when https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/retries-timeouts/ when to use different bucket size or bucket cost. Also, it would be helpful to document in...
https://github.com/aws/aws-sdk-go-v2/blob/4b5d0ddcae9bb5134c0756befbe12512d9f4d6b7/config/shared_config.go#L1120-L1133
https://github.com/aws/aws-sdk-go-v2/blob/4b5d0ddcae9bb5134c0756befbe12512d9f4d6b7/config/resolve_bearer_token.go#L59-L67