dutchcoders / transfer.sh

Easy and fast file sharing from the command-line.
https://github.com/dutchcoders/transfer.sh
MIT License
15.09k stars 1.54k forks source link

Upgrade aws-sdk-go to v2 #559

Closed adamantike closed 1 year ago

adamantike commented 1 year ago

aws-sdk-go-v2 is the newer SDK version, replacing the one being used at the moment by the project.

This change maintains full compatibility with existing flags and configurations, and only replaces the underlying library.

adamantike commented 1 year ago

PR updated based on feedback!