mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
The mv operation executes CopyObject API on the root object, meanwhile CopyObject doesn't copy the nested objects. As a result, the user loses all nested objects and after the move operation gets an empty bucket that requested to move. This change disallows possibility of moving nested objects.