Expand description
cp command - Copy objects
Copies objects between local filesystem and S3, or between S3 locations.
Structs§
- CpArgs
- Copy objects
- GetArgs
- Download one remote object through the canonical copy implementation.
- PutArgs
- Upload one or more local paths through the canonical copy implementation.
Functions§
- execute
- Execute the cp command
- execute_
get - Execute the mc-compatible
getcommand through the canonical copy path. - execute_
put - Execute the mc-compatible
putcommand through the canonical copy path.