s3cmd failed too many times

前端 未结 15 1853
梦如初夏
梦如初夏 2020-12-04 11:51

I used to be a happy s3cmd user. However recently when I try to transfer a large zip file (~7Gig) to Amazon S3, I am getting this error:

$> s3cmd put thef         


        
15条回答
  •  失恋的感觉
    2020-12-04 12:32

    In my case the reason of the failure was the server's time being ahead of the S3 time. Since I used GMT+4 in my server (located in US East) and I was using Amazon's US East storage facility.

    After adjusting my server to the US East time, the problem was gone.

提交回复
热议问题