Examples (4)
Move a file from local to a specified bucket
aws s3 mv path/to/local_file s3://bucket_name/path/to/remote_fileMove a specific S3 object into another bucket
aws s3 mv s3://bucket_name1/path/to/file s3://bucket_name2/path/to/targetMove a specific S3 object into another bucket keeping the original name
aws s3 mv s3://bucket_name1/path/to/file s3://bucket_name2made by @shridhargupta | data from tldr-pages