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

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

feature-request
p2
queued

I want to use config.LoadOptionsFunc as below ``` // var opts []func(*config.LoadOptions) error var opts []config.LoadOptionsFunc // now this will result in an error if c.AccessKey != "" && c.SecretKey...

### 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 1.22 ### Describe the...

needs-review
p2
v1-v2-inconsistency

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

feature-request
p2
queued

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/sdk-for-go/api/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...

bug
service-api
p2

If the expiresAt field is saved with time zone (e.g. 2024-06-10T15:00:06-08:00) it will fail to load in certain SDKs such as the rust AWS SDK. To avoid this, ensure that...

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

feature-request
p2
feature/s3/manager

### 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
p2

### Describe the feature This is a followup to #1137. It is very common to use a presigned GetCallerIdentity URL as an authentication token. And in these use cases, it...

feature-request
p2