hashicorp/aws-sdk-go-base

Support `AWS_ENDPOINT_URL` and friends

ewbankkit opened this issue ยท 1 comments

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

AWS have announced Improved flexibility when configuring endpoint URLs with the AWS SDKs and tools: https://aws.amazon.com/blogs/developer/new-improved-flexibility-when-configuring-endpoint-urls-with-the-aws-sdks-and-tools/.

Relates aws/aws-sdk#229.
Relates aws/aws-sdk-go#4942.
Relates: aws/aws-sdk-go-v2#2226.

Reference: https://docs.aws.amazon.com/sdkref/latest/guide/ss-endpoints-table.html.

Supported in AWS SDK for Go v2 via aws/aws-sdk-go-v2#2328.