diff --git a/service/s3/api.go b/service/s3/api.go index 7d6e702..5a2ec9c 100755 --- a/service/s3/api.go +++ b/service/s3/api.go @@ -5155,6 +5155,8 @@ type UploadPartInput struct { TrafficLimit *int64 `location:"header" locationName:"x-kss-traffic-limit" type:"string"` + ContentMD5 *string `location:"header" locationName:"Content-MD5" type:"string"` + metadataUploadPartInput `json:"-" xml:"-"` }