-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add byte range support to OpenAPI (server, spec and generated clients) (
#4623) * added byte range support to OpenAPI * push generated clients * order imports, fix review comments * added tests for byte ranges * Changed Fatalf's to Errorf's where possible to aide debugging
- Loading branch information
Showing
13 changed files
with
235 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
34 changes: 25 additions & 9 deletions
34
clients/java/src/main/java/io/lakefs/clients/api/ObjectsApi.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
clients/java/src/test/java/io/lakefs/clients/api/ObjectsApiTest.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.