Operations
Classes
- Copy
- Move
- Intra-filesystem moves delegate to `Filesystem::mv` for server-side optimizations (local rename, S3 CopyObject + DeleteObject). Cross-filesystem moves stream-copy then remove the source and are NOT atomic: if the source removal fails after a successful write, the destination is present and the source remains; re-running `execute` on the same pair is idempotent.
- OperationOptions