Torch Object Storage
This interface queries the configuration information of the bucket.
GET /?bucketInfo HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: Fri, 30 Jul 2021 08:05:36 +0000 Authorization: authorization string
This request uses common request headers. See Common parameters.
| Name | Type | Required | Sample Value | Description |
|---|---|---|---|---|
| bucketInfo | Query | String | Yes | - |
This request does not use request message elements.
This request returns the common response message header. See Common parameters.
| Name | Type | Sample Value | Description |
|---|---|---|---|
| Bucket | Object | - | Bucket information. |
Name | String | tos-example | Name of the bucket. |
Owner | Object | - | Information about the account owning the bucket. |
ID | String | 20012**** | The account ID that owns the bucket. |
DisplayName | String | user-name | Name of the account that owns the bucket. |
CreationDate | String | 2025-01-17T04:25:18.000Z | The creation time of the bucket, in UTC format. |
StorageClass | String | STANDARD | The default storage class of the bucket,For detailed information, please refer to Storage type. |
Type | String | fns | Bucket type, with the following values:
Parent node: Bucket |
ProjectName | String | default | Project to which the bucket belongs. |
Location | String | cn-beijing | The region where the bucket is located |
AzRedundancy | String | single-az | The bucket's AZ redundancy type with the following values:
Parent node: Bucket |
ExtranetEndpoint | String | tos-cn-beijing.volces.com | The bucket's TOS protocol public network access domain name. |
IntranetEndpoint | String | tos-cn-beijing.ivolces.com | Private network access domain of the bucket's TOS protocol. |
ExtranetS3Endpoint | String | tos-s3-cn-beijing.volces.com | Public network access domain of the bucket's S3 protocol. |
IntranetS3Endpoint | String | tos-s3-cn-beijing.ivolces.com | The S3 protocol private network access domain name for the bucket. |
Versioning | String | Enabled | The versioning status of the bucket is described as follows:
Parent node: Bucket |
CrossRegionReplication | String | Enabled | The bucket's cross-region replication status, with the following possible values:
Parent node: Bucket |
TransferAcceleration | String | Enabled | The transfer acceleration status of the bucket is explained as follows:
Parent node: Bucket |
AccessMonitor | String | Enabled | Storage bucket access tracking status with the following values explained:
Parent node: Bucket |
ServerSideEncryptionConfiguration | Object | - | Server-side encryption configuration for the storage bucket. |
Rule | Array | - | Server-side encryption rules. |
ApplyServerSideEncryptionByDefault | Array | - | Server-side encryption configuration information. |
SSEAlgorithm | String | AES256 | Server-side encryption methods, with meanings as follows:
Parent node: ApplyServerSideEncryptionByDefault |
KMSMasterKeyID | String | trn:kms:cn-beijing:200000*****:keyrings/ring-test/keys/key-test | The master key used when encrypting with SSE-KMS. The KMSMasterKeyID parameter is returned only when the SSEAlgorithm value is kms. Parent node: ApplyServerSideEncryptionByDefault |
GET /?bucketInfo HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: Fri, 30 Jul 2021 08:05:36 +0000 Authorization: authorization string
HTTP/1.1 200 OK Date: Wed, 09 Apr 2025 09:01:45 GMT Server: TosServer x-tos-id-2: 1e89f203jld00006-a444fd0 x-tos-request-id: 1e89f203b2d00006-a444ed0 Content-Length: 643 { "Bucket": { "Name": "test", "Owner": { "ID": "214748****", "DisplayName": "214748****" }, "CreationDate": "2025-04-02T06:09:12.000Z", "StorageClass": "STANDARD", "ProjectName": "default", "Type": "fns", "Location": "cn-beijing", "AzRedundancy": "single-az", "ExtranetEndpoint": "tos-cn-beijing.volces.com", "IntranetEndpoint": "tos-cn-beijing.ivolces.com", "ExtranetS3Endpoint": "tos-s3-cn-beijing.volces.com", "IntranetS3Endpoint": "tos-s3-cn-beijing.ivolces.com", "Versioning": "", "CrossRegionReplication": "Disabled", "TransferAcceleration": "Disabled", "AccessMonitor": "Disabled", "ServerSideEncryptionConfiguration": { "Rule": { "ApplyServerSideEncryptionByDefault": { "SSEAlgorithm": "" } } } } }