Trying to upload a 20GB file to S3 with s3cmd as follows
s3cmd --progress --continue-put put 20gb.file s3://bucket
Due to security, my AWS access\secret keys are expiring after few hours and the s3cmd put
operating fails. Executing the command above again, it start the upload from the start (reuploading) and does not resume.
How can I make s3cmd continue the put (upload) operation?