s3tools / s3cmd

Official s3cmd repo -- Command line tool for managing S3 compatible storage services (including Amazon S3 and CloudFront).
https://s3tools.org/s3cmd
GNU General Public License v2.0
4.59k stars 905 forks source link

Is s3cmd support config proxy???? #988

Open lanyyyy opened 6 years ago

lanyyyy commented 6 years ago

When I use proxy_host, I shou configure proxy_host and proxy_port in s3 config files... My question is that: does it support to config proxy in command lines???? such as: "s3cmd --proxy_host xxxx --proxy_port xxxx...", do it support?

fviard commented 6 years ago

So far, you can only set up the proxy through the config file

lanyyyy commented 6 years ago

ok... does it support this situation in the future?

lanyyyy commented 6 years ago

Now I am using "apt-get install s3cmd"... Where does the rpm building??? Does it has a url location?