-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Describe the solution you'd like
From the help messages of mgc, one concludes that the option mgc object-storage objects download-all should be applied only to get the entire bucket. It would be interesting to have an option to download subdirectories of buckets recursively.
If the option download-all can be applied in that case, then the help message should be revised to make it clear.
An alternative would be to add the flag --recursive to the option mgc object-storage objects download, which is already present in the option mgc objects-storage objects list.
Is your feature request related to a problem? Please describe.
I tried to apply download-all to a subdirectory of a bucket and found the same problem described by @lfpicoloto1 in the following issue: #26