【问题标题】:Moving several files from one bucket to another in AWS returns error: Timed Out在 AWS 中将多个文件从一个存储桶移动到另一个存储桶返回错误:超时
【发布时间】:2014-08-12 05:34:02
【问题描述】:

我正在使用 s3cmd 将 5000 多个文件从一个存储桶复制到另一个存储桶中的文件夹。

像这样:

s3cmd mv --recursive -v s3://test.bucket/1111_stuff/ s3://actual.bucket/input/dataloader_input/

但是,这一直让我觉得:

INFO:正在检索 s3://dataloader.bucket/1111_stuff/ 的远程文件列表 ...
信息:摘要:要移动 5186 个远程文件
错误:超时

它在Retrieving list of remote files 上停留了很长一段时间,我从中得到的只是一个错误。

这是 AWS 方面的问题,还是我可以解决的问题?有没有其他方法可以做到这一点?

谢谢。

【问题讨论】:

    标签: amazon-web-services amazon-s3 s3cmd


    【解决方案1】:

    这看起来像套接字超时,您可能想尝试将 socket_timeout 的值更改为 180 大约 3 分钟,在您的 .s3cfg

    如果以上内容没有帮助,您可能需要阅读一些类似的问题

    Can I move a file into a 'folder' inside an S3 bucket using the s3cmd mv command?

    s3cmd failed too many times

    【讨论】:

      猜你喜欢
      • 2020-09-15
      • 2016-02-10
      • 2020-12-27
      • 2013-11-01
      • 2020-06-09
      • 2020-05-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多