aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### 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...
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...
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...
### 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...
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...
### 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...
### 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...
### 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...