s3tools / s3cmd

Official s3cmd repo -- Command line tool for managing S3 compatible storage services (including Amazon S3 and CloudFront).

Home Page:https://s3tools.org/s3cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Support custom network interface

fkcptlst opened this issue · comments

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.