
aws-s3-mv
List of commands for aws-s3-mv:
-
aws-s3-mv:tldr:1f176 aws-s3-mv: Move a specific S3 object into another bucket.$ aws s3 mv s3://${bucket_name1}/${filename} s3://${bucket_name2}/${path-to-target}try on your machineexplain this command
-
aws-s3-mv:tldr:6de6e aws-s3-mv: Move a file from local to a specified bucket.$ aws s3 mv ${path-to-local_file} s3://${bucket_name}/${path-to-remote_file}try on your machineexplain this command
-
aws-s3-mv:tldr:edf7c aws-s3-mv: Move a specific S3 object into another bucket keeping the original name.$ aws s3 mv s3://${bucket_name1}/${filename} s3://${bucket_name2}try on your machineexplain this command
-
aws-s3-mv:tldr:f59b6 aws-s3-mv: Display help.$ aws s3 mv helptry on your machineexplain this command