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

Add parameters BaseEndpointUrl and IgnoreConfiguredEndpoints #843

Open
gdavison opened this issue Dec 11, 2023 · 0 comments
Open

Add parameters BaseEndpointUrl and IgnoreConfiguredEndpoints #843

gdavison opened this issue Dec 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@gdavison
Copy link
Contributor

gdavison commented Dec 11, 2023

The AWS SDK supports the environment variable AWS_ENDPOINT_URL and the shared config parameter endpoint_url to set an endpoint for all services. This can be overridden by service-specific endpoints.

The AWS SDK also supports the environment variable AWS_IGNORE_CONFIGURED_ENDPOINT_URLS and the shared config parameter ignore_configured_endpoint_urls to ignore any endpoints set using environment variables or shared config file. Endpoints directly configured using Config will still be used.

Add an equivalent Config parameter BaseEndpointUrl that:

  • sets a common endpoint URL for all services
  • can be overridden for specific services

Add an equivalent Config parameter IgnoreConfiguredEndpoints that:

  • ignores any base and service-specific endpoints set using environment variables or shared config file
  • still allows directly configured service endpoints

See also

@gdavison gdavison added the enhancement New feature or request label Dec 11, 2023
@gdavison gdavison changed the title Add parameter BaseEndpointUrl Add parameters BaseEndpointUrl and IgnoreConfiguredEndpoints Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant