From 1d893fc1598cac676f0895b494f355ce91c8c69d Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Mon, 2 Nov 2020 12:46:24 -0500 Subject: [PATCH] Add objects field to bucket endpoints --- openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 61c802245..bf8df3c6c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -18894,6 +18894,11 @@ components: type: integer description: The size of the bucket in bytes. example: 188318981 + objects: + type: integer + description: > + The number of objects stored in this bucket. + example: 4 ObjectStorageObject: type: object description: >