v1

latestOpenAPI 3.1.0AGPL-3.02026-07-1249126143.7 KB
Bucket

Given a bucket identifier (id) or a global alias (alias), get its information. It includes its aliases, its web configuration, keys that have some permissions on it, some statistics (number of objects, size), number of dangling multipart uploads, and its quotas (if any).

get/v2/GetBucketInfo

Query parameters

idstring

Exact bucket ID to look up

globalAliasstring

Global alias of bucket to look up

searchstring

Partial ID or alias to search for

Response

Returns exhaustive information about the bucket

bytesinteger required

Total number of bytes used by objects in this bucket

createdstring date-time required

Bucket creation date

globalAliasesstring[] required

List of global aliases for this bucket

idstring required

Identifier of the bucket

objectsinteger required

Number of objects in this bucket

unfinishedMultipartUploadBytesinteger required

Total number of bytes used by unfinished multipart uploads in this bucket

unfinishedMultipartUploadPartsinteger required

Number of parts in unfinished multipart uploads in this bucket

unfinishedMultipartUploadsinteger required

Number of unfinished multipart uploads in this bucket

unfinishedUploadsinteger required

Number of unfinished uploads in this bucket

websiteAccessboolean required

Whether website access is enabled for this bucket