Response Result of the Request for Obtaining Bucket Metadata
Namespace
obs.GetBucketMetadataResponse
Parameter Description
| Field | Type | Description |
|---|---|---|
| location | str | Bucket location |
| storageClass | str | Storage class of the bucket. When the storage class is OBS Standard, the value is None. |
| accessContorlAllowOrigin | str | If origin in the request meets the CORS rules of the bucket, allowedOrigin in the CORS rules is returned. |
| accessContorlAllowHeaders | str | If requestHeaders in the request meets the CORS rules of the bucket, allowedHeader in the CORS rules is returned. |
| accessContorlAllowMethods | str | allowedMethod in the CORS rules of the bucket |
| accessContorlExposeHeaders | str | exposeHeader in the CORS rules of the bucket |
| accessContorlMaxAge | int | maxAgeSecond in the CORS rules of the bucket |
| obsVersion | str | OBS server version |
Last Article: Multipart Upload in a Bucket
Next Article: Response Result of the Request for Obtaining a Bucket Location
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.