Move-Dir
Moves objects from a source to a destination. They can be either local or remote but not both local (Local -> Remote, Remote -> Local, Remote -> Remote)
Usage:
mgc object-storage objects move-dir [src] [dst] [flags]
Examples:
mgc object-storage objects move-dir --dst="s3://my-bucket/dir" --src="./dir"
Flags:
--batch-size integer Limit of items per batch to process (range: 1 - 1000) (required) (default 1000)
--dst uri Destination to put files into (required)
-h, --help help for move-dir
--src uri Source path or uri to move files from (required)