File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
alibabacloud_oss_v2/models Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -944,9 +944,7 @@ def __init__(
944944 source_version_id (str, optional): The version ID of the source object.
945945 server_side_encryption (str, optional): The encryption method on the server side when an object is created.
946946 Valid values: AES256 and KMS
947- server_side_data_encryption (str, optional): The ID of the customer master key (CMK)
948- that is managed by Key Management Service (KMS). This header is valid only when the x-oss-server-side-encryption header
949- is set to KMS.
947+ server_side_data_encryption (str, optional): The server side data encryption algorithm.
950948 server_side_encryption_key_id (str, optional): The ID of the customer master key (CMK) that is managed by Key Management Service (KMS).
951949 last_modified (str, optional): The time when the returned objects were last modified.
952950 etag (str, optional): The entity tag (ETag).
@@ -2060,7 +2058,7 @@ def __init__(
20602058
20612059
20622060class ListMultipartUploadsResult (serde .ResultModel ):
2063- """The result for the ListBuckets operation."""
2061+ """The result for the ListMultipartUploads operation."""
20642062
20652063 _attribute_map = {
20662064 "encoding_type" : {"tag" : "xml" , "rename" : "EncodingType" },
You can’t perform that action at this time.
0 commit comments