Is there a recursive option for lakefs fs rm? <htt...
# help
s
Is there a recursive option for lakefs fs rm? https://docs.lakefs.io/reference/commands.html#lakectl-fs-rm
a
Not at present. As a workaround you could use an S3 client on the S3 gateway.
aws s3 rm
would work. 😊
👍 1
s
Can we open a ticket to add a recursive flag? It's not too hard to go through the S3 gateway but it requires setting up another profile for the AWS credentials, and people will have to install the AWS cli as well
a
Sure! I opened https://github.com/treeverse/lakeFS/issues/2446. It would be great if you could comment on the issue or cc yourself. Thanks!
👍 1