From 58c67fe73bbc7bbe2ba107016a5aaeb0916292cc Mon Sep 17 00:00:00 2001 From: Ye Chen Date: Fri, 24 Mar 2023 16:07:35 -0400 Subject: [PATCH] add size,objects --- object_storage_buckets.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/object_storage_buckets.go b/object_storage_buckets.go index b964fe823..598868cc2 100644 --- a/object_storage_buckets.go +++ b/object_storage_buckets.go @@ -17,6 +17,8 @@ type ObjectStorageBucket struct { Created *time.Time `json:"-"` Hostname string `json:"hostname"` + Objects int `json:"objects"` + Size int `json:"size"` } // ObjectStorageBucketAccess holds Object Storage access info