Skip to content
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

Route53: Use NewSessionWithOptions instead of deprecated New. #528

Merged
merged 1 commit into from
Apr 12, 2018

Conversation

JohannesEbke
Copy link
Contributor

Hi,

After encountering #458 in the context of https://github.com/vancluever/terraform-provider-acme, I've traced the cause back to the use of the deprecated session.New in route53. Using NewSessionWithOptions instead fixes the problem. (You still need to set AWS_SDK_LOAD_CONFIG=1, AWS_REGION and AWS_PROFILE, if applicable).

Cheers,
Johannes

Copy link
Contributor

@mholt mholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

@mholt mholt merged commit b2c4f3c into go-acme:master Apr 12, 2018
@ldez ldez changed the title Use NewSessionWithOptions instead of deprecated New. Fixes #458. Use NewSessionWithOptions instead of deprecated New. May 28, 2018
@ldez ldez changed the title Use NewSessionWithOptions instead of deprecated New. Route53: Use NewSessionWithOptions instead of deprecated New. May 28, 2018
@ldez ldez added this to the v0.5 milestone Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants