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

EC2 IMDS Client does not attach the [RequestResponseLogger](https://pkg.go.dev/github.com/aws/smithy-go/transport/http#RequestResponseLogger) deserialize middleware which results in the ClientLogMode options being ignored. Additionally the IMDS client does not call [AddSetLoggerMiddleware](https://pkg.go.dev/github.com/aws/[email protected]/middleware#AddSetLoggerMiddleware) to register the clients...

bug

Please fill out the sections below to help us address your issue. ### Version of AWS SDK for Go? v2 ### Version of Go (`go version`)? not relevant ### What...

feature-request
documentation

**Is your feature request related to a problem? Please describe.** SDK v1 provides `ListResourceRecordSetsPagesWithContext` which is a convenient API to process all the records in a hosted zone. I'm currently...

feature-request

**Is your feature request related to a problem? Please describe.** Yes, the old SDK provided access to the list of AWS endpoints. This is necessary to build generic UI that...

feature-request

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

bug
pending-release

Provide a `Reset` method on an operation paginator, allowing for a paginator definition to be reused again without requiring the paginator to be reconstructed.

feature-request

**Is your feature request related to a problem? Please describe.** With the non-Golang SDK's the S3 manager package supports providing a callback function to get information about data being sent...

feature-request
p2
m
queued
feature/s3/manager

The SDK should provide a way for an s3.S3 client to strip out bucket names out of the client. This will clean up the pre-signed URL and make them more...

feature-request

### Describe the bug I'm in the process of upgrading https://github.com/bep/s3deploy/ from v1 to v2 of this SDK. s3deploy allows the user to set HTTP headers (e.g. `Cache-Control`, `Content-Security-Policy`), but...

bug
response-requested

### Describe the bug I've tried to use the SSM service to access [public parameters](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-public-parameters.html) with the [`ssm.GetParameter`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ssm#Client.GetParameter) method, and it seems impossible. ### Expected Behavior I expect to be...

bug
response-requested