Hello, I know that it is possible to clone a repo...
# help
a
Hello, I know that it is possible to clone a repository using the command lakectl local clone. Are there any other ways to clone a given repository? For example, using the S3 endpoint, Python library: lakefs, or lakefs-specs?
h
you can use any S3 client: s3fs, rclone, boto3, ....
n
Hi @Andrij David, Clone is an exclusive functionality of
lakectl local
There's similar functionality with lakeFS Mount which is available for Enterprise and Cloud users. As @HT you can simulate a clone functionality using any of the various lakeFS clients but this will require writing code (there's no explicit command for that)