awscli-plugin-endpoint
awscli-plugin-endpoint copied to clipboard
Set endpoint_url for all services globally
Is it possible to define a custom endpoint URL for all possible services like in the example below?
[default]
all =
endpoint_url=http://localhost:8080
# or
* =
endpoint_url=http://localhost:8080
Similar feature request for configuration to all services: https://github.com/wbingli/awscli-plugin-endpoint/issues/16