-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AWS SDK to v1.16.0 #180
Comments
PRs welcome! |
jradtilbrook
pushed a commit
to jradtilbrook/chamber
that referenced
this issue
Jan 31, 2019
jradtilbrook
pushed a commit
to jradtilbrook/chamber
that referenced
this issue
Feb 1, 2019
nickatsegment
pushed a commit
that referenced
this issue
Feb 1, 2019
Update to the newest available AWS SDK which is v1.16.26. The main reason behind it is to add support for the `credential_process` in AWS SDK configuration. This is the first time I've worked with go since the introduction of modules, so let me know if there's more to it than just bumping the version in `go.mod` This resolves #180.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I realise you have only just bumped the AWS SDK version to v1.15.90 in #179, but my use case requires the
credential_process
support from the SDK. Would you be willing to accept a PR that bumped it yet again if I provided one?For reference, the release notes are at https://github.com/aws/aws-sdk-go/releases/tag/v1.16.0
The text was updated successfully, but these errors were encountered: