You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configures a lifecycle rule for a bucket. After you configure a lifecycle rule for a bucket, Object Storage Service (OSS) automatically deletes the objects that match the rule or converts the storage type of the objects based on the point in time that is specified in the lifecycle rule.
1137
+
1138
+
Args:
1139
+
request (PutBucketLifecycleRequest): Request parameters for PutBucketLifecycle operation.
1140
+
1141
+
Returns:
1142
+
PutBucketLifecycleResult: Response result for PutBucketLifecycle operation.
Queries the lifecycle rules configured for a bucket. Only the owner of a bucket has the permissions to query the lifecycle rules configured for the bucket.
1150
+
1151
+
Args:
1152
+
request (GetBucketLifecycleRequest): Request parameters for GetBucketLifecycle operation.
1153
+
1154
+
Returns:
1155
+
GetBucketLifecycleResult: Response result for GetBucketLifecycle operation.
key (str, optional): The key of a tag. * A tag key can be up to 64 bytes in length.* A tag key cannot start with `http://`, `https://`, or `Aliyun`.* A tag key must be UTF-8 encoded.* A tag key cannot be left empty.
27
+
value (str, optional): The value of the tag that you want to add or modify. * A tag value can be up to 128 bytes in length.* A tag value must be UTF-8 encoded.* The tag value can be left empty.
0 commit comments