PUT Bucket IntelligentTiering
API.x-cos-storage-tier
returned by the HEAD Object API to determine the storage tier of the object.PUT /?intelligenttiering HTTP/1.1Host: <BucketName-APPID>.cos.<Region>.myqcloud.comConnection: keep-aliveAuthorization: authorization stringContent-Type: text/plainContent-Length: Int
Host: <BucketName-APPID>.cos.<Region>.myqcloud.com
, <BucketName-APPID> is the bucket name followed by the APPID, such as examplebucket-1250000000
(see Bucket Overview > Basic Information and Bucket Overview > Bucket Naming Conventions), and <Region> is a COS region (see Regions and Access Endpoints).<IntelligentTieringConfiguration xmlns="cos xmlns/"><Status>Enabled</Status><Transition><Days>30|60|90</Days><RequestFrequent>1</RequestFrequent></Transition></IntelligentTieringConfiguration>
Name | Parent Node | Description | Type | Required |
IntelligentTieringConfiguration | No | Detailed configuration of INTELLIGENT TIERING | Container | Yes |
Status | IntelligentTieringConfiguration | Whether to enable INTELLIGENT TIERING. Enumerated value: Enabled | Enum | Yes |
Transition | IntelligentTieringConfiguration | Transition configuration for INTELLIGENT TIERING | Container | Yes |
Days | IntelligentTieringConfiguration.Transition | The number of consecutive days used to determine whether to move objects from STANDARD to STANDARD_IA. Valid values: 30 , 60 , 90 . Default value: 30 . | Int | Yes |
RequestFrequent | IntelligentTieringConfiguration.Transition | The limit of access times used to determine whether to move objects from STANDARD to STANDARD_IA. The default value is 1 . It can achieve object transition when used with Days . For example, if this parameter is set to 1 and Days is set to 30 , objects accessed less than once in 30 consecutive days will be moved from STANDARD to STANDARD_IA. | Int | Yes |
PUT /?intelligenttiering HTTP/1.1Host: examplebucket-1250000000.cos.ap-chengdu.myqcloud.comConnection: keep-aliveAccept-Encoding: gzip, deflateAccept: */*User-Agent: python-requests/2.12.4Content-Type: application/xmlAuthorization: q-sign-algorithm=sha1&q-ak=AKID15IsskiBQKTZbAo6WhgcBqVls9Sm****&q-sign-time=1480932292;1981012292&q-key-time=1480932292;1981012292&q-url-param-list=versioning&q-header-list=host&q-signature=47ec2b80c73788ecd394d3b9ad90e120a32f****Content-Length: 83<IntelligentTieringConfiguration xmlns="cos xmlns/"><Status>Enabled</Status><Transition><Days>30</Days><RequestFrequent>1</RequestFrequent></Transition></IntelligentTieringConfiguration>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 0Connection: keep-aliveDate: Sun, 23 Aug 2020 08:14:53 GMTServer: tencent-cosx-cos-request-id: NTk5ZDM5N2RfMjNiMjM1MGFfMmRiX2Y0****
Apakah halaman ini membantu?