Closed zalsader closed 1 month ago
The new aws client (v2) supports adding the endpoint url in the config, for example:
[default] endpoint_url=http://example.com
Is it possible to add support for this here?
I dug a bit into it, and parsing the config file is done by https://github.com/aws/aws-sdk-go, while the new client uses https://github.com/aws/aws-sdk-go-v2
I think we could read the ini for that specific value if switching to the new sdk is not planned.
Duplicate of #694
Thank you, somehow it didn't turn up when I searched.
The new aws client (v2) supports adding the endpoint url in the config, for example:
Is it possible to add support for this here?
I dug a bit into it, and parsing the config file is done by https://github.com/aws/aws-sdk-go, while the new client uses https://github.com/aws/aws-sdk-go-v2
I think we could read the ini for that specific value if switching to the new sdk is not planned.