Skip to content

Commit

Permalink
Document that size_bytes is optional for clients but not for lakeFS (#…
Browse files Browse the repository at this point in the history
…7923)

* Document that size_bytes is optional for clients but not for lakeFS

* [CR] Fix English in description

* make gen
  • Loading branch information
arielshaqed authored Jun 26, 2024
1 parent c7fb429 commit ee782a9
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 11 deletions.
4 changes: 4 additions & 0 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ components:
size_bytes:
type: integer
format: int64
description: |
The number of bytes in the object. lakeFS always populates this
field when returning ObjectStats. This field is optional _for
the client_ to supply, for instance on upload.
mtime:
type: integer
format: int64
Expand Down
4 changes: 4 additions & 0 deletions clients/java-legacy/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/java-legacy/docs/ObjectStats.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions clients/java/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/java/docs/ObjectStats.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python-legacy/docs/ObjectStats.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/python-legacy/lakefs_client/model/object_stats.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/docs/ObjectStats.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/lakefs_sdk/models/object_stats.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/rust/docs/ObjectStats.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions clients/rust/src/models/object_stats.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ components:
size_bytes:
type: integer
format: int64
description: |
The number of bytes in the object. lakeFS always populates this
field when returning ObjectStats. This field is optional _for
the client_ to supply, for instance on upload.
mtime:
type: integer
format: int64
Expand Down

0 comments on commit ee782a9

Please sign in to comment.