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 Answer
0
Accepted Answer

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
EXPERT
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions