s3cmd
s3cmd copied to clipboard
[Feature Request] Support custom network interface
cli tools like curl has --interface argument to choose which interface to use.
e.g.
curl --interface usb0 146.255.36.1/plain
This can be useful when the user is downloading files using default interface eth0 while uploading to a bucket in a private network eth1.