Skip to content

Commit

Permalink
add size,objects
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Mar 24, 2023
1 parent 4a2ba1c commit 58c67fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions object_storage_buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58c67fe

Please sign in to comment.