BucketResponse
created_atstring<date-time>
ISO 8601 UTC timestamp marking when the resource was created.
endpointEndpoint
Bucket endpoint URL. Use this with the S3 protocol.
nameName
Resource name.
num_objectsNum Objects
Number of objects
regionRegionsEnum
Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).
Example:
CANADA-1size_bytesSize Bytes
Accumulated size in bytes
size_bytes_actualSize Bytes Actual
Size utilized in bytes
BucketResponse
{
"created_at": "2024-07-29T15:51:28.071Z",
"endpoint": "string",
"name": "string",
"num_objects": 0,
"region": "CANADA-1",
"size_bytes": 0,
"size_bytes_actual": 0
}
Was this page helpful?