Skip to content

Commit 483459b

Browse files
authored
Added the "size" property to the Object Storage bucket model. (#302)
1 parent d1c80ea commit 483459b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17431,6 +17431,10 @@ components:
1743117431
The hostname where this bucket can be accessed. This hostname
1743217432
can be accessed through a browser if the bucket is made public.
1743317433
example: example-bucket.us-east-1.linodeobjects.com
17434+
size:
17435+
type: integer
17436+
description: The size of the bucket in bytes.
17437+
example: 188318981
1743417438
ObjectStorageObject:
1743517439
type: object
1743617440
description: >

0 commit comments

Comments
 (0)