id | string | — |
name | string | Bucket name — unique within the organization. Pattern: ^[a-z][a-z0-9-]{1,61}$. |
region | string | The bucket’s storage area id (see regions.list). Set at creation. |
project | string or null | Slug of the project the bucket is scoped to; null for an organization-level shared bucket usable from every project. |
objectCount | integer | Number of objects in the bucket. Refreshed hourly — recent uploads and deletes may not be reflected yet. 0 until the first refresh. |
totalBytes | integer | Total size of the bucket’s objects in bytes. Refreshed hourly, like objectCount. |
statsUpdatedAt | string or null | When objectCount and totalBytes were last refreshed (hourly cadence); null until the first refresh. Format: date-time. |
createdAt | string | Format: date-time. |