I am trying to use s3cmd put
using the --files-from
argument as follows:
s3cmd --progress put --files-from=list_of_files_to_upload_to_s3.txt s3://softwares/backup/packages/
But am getting a ERROR: Not enough parameters for command 'put'
.
Are there any examples on how to use s3cmd put
with the --files-from
argument?