【发布时间】:2020-07-07 01:16:28
【问题描述】:
我正在尝试将文件从 AWS S3 直接复制到 Azure 存储归档访问层。使用 azcopy 我可以将文件从 S3 复制到 Azure,但是当使用 --block-blob-tier Archive 标志时,我遇到了错误:
failed to parse user input due to error: blob-tier is not supported while copying from sevice to service
我能找到的唯一解决方法是在本地下载文件然后上传到 Azure,或者在上传后更改访问层。第一个是更好的解决方案,因为第二个将是成本的两倍(更改层时为写入操作付费)。有没有人有其他选择或知道为什么azcopy 不支持这个?
【问题讨论】:
标签: amazon-s3 azure-storage azcopy