wbingli / awscli-plugin-endpoint

An awscli plugin to configure service endpoint from aws configure file
Apache License 2.0
207 stars 23 forks source link

Set endpoint_url for all services globally #22

Open kayrus opened 3 years ago

kayrus commented 3 years ago

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
wbingli commented 3 years ago

Similar feature request for configuration to all services: https://github.com/wbingli/awscli-plugin-endpoint/issues/16