Is the "aws s3 mv --recursive" command atomic?

0

I have a customer who would like a definitive answer, whether the mv command is atomic.

I.e. either all objects are moved or none.

已提问 5 年前818 查看次数
1 回答
0
已接受的回答

No, it's not. Each object transfer is atomic. That is, either a whole file is transferred, or none of it is. But the directory structure is not atomic and a failure can cause mv to fail mid-way.

profile pictureAWS
专家
已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容