Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 431 Bytes

s4cmd-parallel-parallel-execution.md

File metadata and controls

15 lines (12 loc) · 431 Bytes

Executing s4cmd commands parallel

  • Write the commands to file without s4cmd like this:
del s3://some-bucket/some/file
del s3://some-bucket/other/file
del s3://some-bucket/another/file
mv s3://some-bucket/another/file s3://some-bucket/another/file2
ls 's3://another-bucket/folder/wildcard*'
ls -r s3://another-bucket/folder/
-c 8 -n put . s3://some-bucket/other/
  • Run ./s4cmd_parallel.sh your_command_file.txt