View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| input | [str] | Filesystem paths to operate on. | |
| destination | str | Destination directory to move the inputs into. | |
| sync | bool | When true, wait for the move to finish before responding instead of running it as a background task. | [optional] |
| overwrite | str | How to handle a file that already exists at the destination: skip (Overwrite.SKIP), `Overwrite.WARN`, keep both by appending a `Overwrite.NUMBER` or `Overwrite.TIMESTAMP`, or `Overwrite.OVERWRITE` it. | [optional] |