将s3存储桶移动到其他aws服务器

时间:2021-11-26 10:45:56

I have created a AWS s3 buckets and here uploaded many of images but now i want to move all images to other AWS s3 buckets.

我创建了一个AWS s3存储桶,这里上传了许多图像,但现在我想将所有图像移动到其他AWS s3存储桶。

so can we direct copy buckets or link to other AWS server.

我们也可以直接复制存储桶或链接到其他AWS服务器。

Please provide suggestion.

请提供建议。

1 个解决方案

#1


1  

You can use the AWS Command-Line Interface (CLI) S3 modules cp ( copy ) command to copy files from bucket to bucket:

您可以使用AWS命令行界面(CLI)S3模块cp(copy)命令将文件从存储桶复制到存储桶:

aws s3 cp S3://mybucket/file.jpg S3://anotherbucket/file.jpg

See cp command documentation.

请参阅cp命令文档。

#1


1  

You can use the AWS Command-Line Interface (CLI) S3 modules cp ( copy ) command to copy files from bucket to bucket:

您可以使用AWS命令行界面(CLI)S3模块cp(copy)命令将文件从存储桶复制到存储桶:

aws s3 cp S3://mybucket/file.jpg S3://anotherbucket/file.jpg

See cp command documentation.

请参阅cp命令文档。