N-o-Z
N-o-Z
As part of https://github.com/treeverse/lakeFS/pull/7842, we noticed that we currently do not address directory markers in lakectl local. Need to understand if and how we should handle it.
Currently when users in S3 are uploading objects > 5GB from the HL Python SDK, they will receive an error due to S3 [limitations](https://aws.amazon.com/s3/faqs/#:~:text=The%20total%20volume%20of%20data,single%20PUT%20is%205%20GB.) on single object upload size. Since...
At some point we need to stop supporting acl -> noacl migration. When this happens (decide on a lakeFS version), we should remove the code that handles it.
Recently a user tried to use lakectl with pre-signed urls and encountered an error: ``` upload folder/example.pdf failed: get physical address to upload object: http2: response body closed ``` From...
Design: https://github.com/treeverse/dev/pull/370 Tasks: 1. [~Update banner in administration tab linking to to the relevant documentation~](https://github.com/treeverse/lakeFS/issues/8056) 2. [~Move auth service to a package under `contrib/auth/acl/` but maintain the same functionality~](https://github.com/treeverse/lakeFS/issues/8063) 3....
Use fluffy as external auth for CI tests
[https://docs.lakefs.io/integrations/python.html](https://docs.lakefs.io/integrations/python.html#upload) Due to code changes, we need to go over the guide and update the code snippets. One example: ``` branch1 = lakefs.repository("example-repo").branch("experiment1").create(source_reference_id="main") ``` For branch creation parameter name was...
### What happened? What actually happened, including error codes if applies. Since BadgerDB requires locking on the database files, only a single process can use it at any given time....