lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
Adding `setup.mustache` and configuring `Makefile` to use it and to not delete it. Done to allow to override of the `long_description` field to allow fix of #2344 We should consider...
When using the the lakeFS Hadoop Filesystem, I need to configure the `fs.s3a.access_key` and `fs.s3a.secret_key`. Use the fact that lakeFS already authenticates with AWS to remove the need for these...
1. Update the use cases docs with demo notebooks listed in https://github.com/treeverse/lakeFS-samples and link to walkthrough videos as well.
Fixes #4203.
Add a file viewer to the lakeFS webui with an extendable list of renderers for supporting different file types. Initially, markdown and Jupyter notebooks will be supported, but additional renderers...
Calling delete-objects should limit the number of objects in request to 1000 as documented in AWS S3.