s3cmd icon indicating copy to clipboard operation
s3cmd copied to clipboard

to allow to bind to a specific local IP

Open cinemapub opened this issue 10 years ago • 3 comments

I have a dual-homed NAS (2 network cards, connected to 2 different uplinks). I want to be able to

  • upload via the network connection that is the fastest
  • run 2 simultaneous instances that each use a separate upload link (so load balancing/double speed)

For the last option I still need to make a script that splits up the uploads to be done in 2 parts and then starts 2 S3cmd instances with different --interface parameters

cinemapub avatar Oct 31 '13 14:10 cinemapub

What happens on python < 2.7 (where source_address was added) ?

mdomsch avatar Nov 26 '13 03:11 mdomsch

You're not handling SSL with this?

Can you clean up and submit a rebased patch (so we don't see the failed attempts in the history) that addresses these two points please? git rebase -i to squash all the intermediate patches so there's only one with the whole change in it.

mdomsch avatar Nov 26 '13 03:11 mdomsch

Hello,

is there any update on this? We would really like to use different interfaces / outgoing IPs in s3cmd, just like "ping -I [IP] destination".

smaxx1337 avatar Oct 06 '20 07:10 smaxx1337