gpt4 book ai didi

google-cloud-storage - 直接从 S3 复制到 Google Cloud Storage

转载 作者:行者123 更新时间:2023-12-04 04:44:50 25 4
gpt4 key购买 nike

我可以使用 AWS SDK for Java 和 Azure SDk for Java 将数据从 Amazon AWS S3 迁移到 Azure。现在我想使用 Java 将数据从 Amazon AWS S3 迁移到 Google Cloud 存储。

最佳答案

gsutil命令行工具支持 S3。在您之后 configured gsutil ,你会在你的 ~/.boto 文件中看到这个:

# To add aws credentials ("s3://" URIs), edit and uncomment the
# following two lines:
#aws_access_key_id =
#aws_secret_access_key =

填写 aws_access_key_idaws_secret_access_key使用您的 S3 凭据设置并取消注释变量。

设置完成后,从 S3 复制到 GCS 就像:
gsutil cp -R s3://bucketname gs://bucketname

如果您有很多对象,请使用 -m 运行与多个线程并行执行复制的标志:
gsutil -m cp -R s3://bucketname gs://bucketname

关于google-cloud-storage - 直接从 S3 复制到 Google Cloud Storage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21437769/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com