Examples (7)
Invoke configuration/reconfiguration tool
s3cmd --configureCreate Bucket/Folder
s3cmd mb s3://bucketDownload a specific file from a bucket
s3cmd get s3://bucket_name/path/to/file path/to/local_fileUpload a file to a bucket
s3cmd put local_file s3://bucket/fileMove an object to a specific bucket location
made by @shridhargupta | data from tldr-pages