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

### Describe the bug I'm trying to download a pdf saved on s3, serving it via a lambda written in go, with API Gateway on top of it. While the...

bug
investigating
p2

Issues pertaining to the s3 transfer manager are by far the most common type of feature request we get in the v2 SDK. Our intent is to launch a "v2"-type...

feature-request
p2
queued
feature/s3/manager

Tracks and extends changes in https://github.com/aws/smithy-go/pull/534 Tracing component of #1744 * wraps the retry loop in a span (an outer one for retry loop, and then span per-attempt) * adds...

### Acknowledgements - [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [X] I have verified all of my SDK modules are up-to-date (you can perform a...

bug
response-requested
p2

### Pre-Migration Checklist - [X] I've read the [Migration Guide](https://aws.github.io/aws-sdk-go-v2/docs/migrating/). - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go) for similar migration issues. ### Go Version Used go 1.22 ### Describe...

documentation
p3
queued
v1-v2-inconsistency

Implement v2 s3 transfer manager's putobject api bound to single union client which mimics normal service client's initialization and api call

See #2753. There is a discoverability issue with the modeled request compression feature in that there's no explicit indication of what services actually support it. The presence of the env...

documentation
p3
queued

### Describe the issue Here is a minimally reproducible example of the issue I am running into: ```go package main import ( "fmt" "log" "github.com/aws/aws-sdk-go-v2/service/bedrockruntime/document" ) func main() { doc...

bug
documentation
p2

### Acknowledgements - [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [X] I have verified all of my SDK modules are up-to-date (you can perform a...

bug
needs-reproduction
p2

### Acknowledgements - [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [X] I have verified all of my SDK modules are up-to-date (you can perform a...

bug
service-api
p3