Nethsara Siyum
03/06/2024, 10:22 AMIsan Rivkin
03/06/2024, 1:40 PMlakectl repo ls <lakefs://repo/branch/prefix/> --recursive
to see if it’s something in the UI when listing
• check with s3 cli aws s3 ls <s3://repo-name/branch-name/> --endpoint-url=<lakefs-endpoint> --profile <profile-with-lakefs-credentials> --recursive
• Finally, here’s a reference script, I tried to recreate your case and wrote a reference python script you can check. There’s 2 cases for s3 and for lakeFS just like you described, it seems to work maybe you can check that.Nethsara Siyum
03/06/2024, 6:49 PM