s3cmd-modification icon indicating copy to clipboard operation
s3cmd-modification copied to clipboard

Modification of the s3cmd by s3tools.org to add parallel downloads and uploads. Forked as of revision 437.

Results 2 s3cmd-modification issues
Sort by recently updated
recently updated
newest added

hello, "./s3cmd ls" works fine, but get failed wit weird message: ./s3cmd get s3://obs-xxxxxxxx.obs-training.leros/key_setup.txt s3://obs-xxxxxx.obs-training.leros/key_setup.txt -> ./key_setup.txt [1 of 1] 0 of 0 0% in 0s 0.00 B/s failed **WARNING:...

- Add parallel workers to cp and mv command - Backward python 2.5.2 compatibility by replacing threading.active_count() by threading.activeCount()