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