Skip to content

Commit

Permalink
分块上传支持md5
Browse files Browse the repository at this point in the history
  • Loading branch information
wilac-pv committed Jun 1, 2023
1 parent cca020c commit 2f5b9f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/s3/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:"-"`
}

Expand Down

0 comments on commit 2f5b9f6

Please sign in to comment.