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

Provide endpoint_url via env var or profile #1109

Closed
wants to merge 1 commit into from

Conversation

exoego
Copy link

@exoego exoego commented Mar 24, 2024

Motivation and Context

Closes #932

Ref. https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html

Note

This PR adds support for

  • AWS_ENDPOINT_URL
  • AWS_IGNORE_CONFIGURED_ENDPOINT_URLS

which is useful for testing implementation on AWS emulators like LocalStack.

This PR does not add support for

  • AWS_ENDPOINT_URL_<SERVICE>

since it will be a huge change.
That will be implemented in subsequent PRs.

@exoego exoego requested a review from a team as a code owner March 24, 2024 00:25
@exoego exoego changed the title Provide endpoint_url via AWS_ENDPOINT_URL env var or profile Provide endpoint_url via env var or profile Mar 24, 2024
@ysaito1001
Copy link
Collaborator

Hi @exoego, thank you for taking time to make code changes and submitting your PR (arigatou gozaimasu)! The requested functionality was recently implemented (PR), and we are planning to get the release out this week.

Also, for your future reference, if you wish to contribute, kindly submit your PR to smithy-rs instead of this repository (as described in CONTRIBUTING).

@exoego exoego closed this Mar 25, 2024
@exoego exoego deleted the endpoint-url branch March 25, 2024 21:08
@ysaito1001
Copy link
Collaborator

The feature has just been released (release notes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for AWS_ENDPOINT_URL environment variable
2 participants