sync_move
Move objects from a source remote to a destination remote, with options to create or delete empty directories.
Instructions
Move source to destination — Moves objects from a source remote to a destination remote, optionally cleaning up empty directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dstFs | No | Destination remote path that will receive moved files. | |
| srcFs | No | Source remote path whose contents will be moved. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| _config | No | JSON encoded config overrides applied for this call only. | |
| _filter | No | JSON encoded filter overrides applied for this call only. | |
| createEmptySrcDirs | No | Set to true to create empty source directories on the destination. | |
| deleteEmptySrcDirs | No | Set to true to delete empty directories from the source after the move completes. |