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.

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ