hashicorp / go-getter

Package for downloading things from a string URL using a variety of protocols.
Mozilla Public License 2.0
1.62k stars 227 forks source link

Switch to github.com/aws/aws-sdk-go-v2 #467

Open lebauce opened 8 months ago

lebauce commented 8 months ago

The aws-sdk-go-v2 was announced as general availability in 2021 and brings few advantages such as not storing the endpoints list as a global variable, freeing memory.

hashicorp-cla commented 8 months ago

CLA assistant check
All committers have signed the CLA.

DanOfir commented 5 months ago

is this going to be merged soon? there is a timeline for this?

joemiller commented 4 months ago

AWS announced an EOL date for go sdk v1 recently - https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/

In alignment with our SDKs and Tools Maintenance Policy, AWS SDK for Go (v1) will enter maintenance mode on July 31, 2024 and reach end-of-support on July 31, 2025.

lebauce commented 3 months ago

@radeksimko Thank you for taking the time to look at the PR. I updated the PR, updating the file go.mod and applying the suggestion from @paulcacheux