Bex Tuychiev
11/30/2020, 11:21 AMlakectl
? I have files in the data
folder and I want them uploaded to my repo called <lakefs://example>@master/data
.` But I am getting always an error when I do it like this on GitBash:Ariel Shaqed (Scolnicov)
11/30/2020, 11:32 AMaws s3 cp
. Can you use that?
If you can specify a use-case then let's open an issue.Ariel Shaqed (Scolnicov)
11/30/2020, 12:41 PM-s
flag before each argument. However this is probably a feature, given the trickiness of the way the cp
command handles its arguments.Ariel Shaqed (Scolnicov)
11/30/2020, 2:29 PM--recursive
flag, which is often more convenient.Bex Tuychiev
12/01/2020, 5:33 AMAriel Shaqed (Scolnicov)
12/01/2020, 5:40 AMAriel Shaqed (Scolnicov)
12/02/2020, 4:06 PM--recursive
flag to lakectl upload
. Please let me know if you need it quickly, and I'll do a small release with it.Bex Tuychiev
12/03/2020, 5:57 AMBex Tuychiev
12/03/2020, 5:57 AMAriel Shaqed (Scolnicov)
12/03/2020, 6:01 AMBex Tuychiev
12/03/2020, 6:04 AMBex Tuychiev
12/03/2020, 6:04 AMAriel Shaqed (Scolnicov)
12/03/2020, 5:03 PM--recursive
. If you want multiple files, I would recommend using the aws s3 cp
client or even the mc
client from `minio`; both are very full-features S3 clients.Bex Tuychiev
12/04/2020, 10:21 AM