Skip to content

Commit b746990

Browse files
Merge pull request #354 from leslitagordita/add-objects-field
Add objects field to bucket endpoints
2 parents 0901749 + 1d893fc commit b746990

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18894,6 +18894,11 @@ components:
1889418894
type: integer
1889518895
description: The size of the bucket in bytes.
1889618896
example: 188318981
18897+
objects:
18898+
type: integer
18899+
description: >
18900+
The number of objects stored in this bucket.
18901+
example: 4
1889718902
ObjectStorageObject:
1889818903
type: object
1889918904
description: >

0 commit comments

Comments
 (0)