Add parameters BaseEndpointUrl
and IgnoreConfiguredEndpoints
#843
Labels
enhancement
New feature or request
BaseEndpointUrl
and IgnoreConfiguredEndpoints
#843
The AWS SDK supports the environment variable
AWS_ENDPOINT_URL
and the shared config parameterendpoint_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 parameterignore_configured_endpoint_urls
to ignore any endpoints set using environment variables or shared config file. Endpoints directly configured usingConfig
will still be used.Add an equivalent
Config
parameterBaseEndpointUrl
that:Add an equivalent
Config
parameterIgnoreConfiguredEndpoints
that:See also
BaseEndpoint
onconfig.LoadOptions
aws/aws-sdk-go-v2#2422IgnoreConfiguredEndpoints
onconfig.LoadOptions
aws/aws-sdk-go-v2#2423The text was updated successfully, but these errors were encountered: