Skip to content

Commit 35d5476

Browse files
zhuxiaolong37huiguangjun
authored andcommitted
Modify incorrect comments
1 parent d7d3874 commit 35d5476

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

alibabacloud_oss_v2/models/object_basic.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

20622060
class 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"},

0 commit comments

Comments
 (0)