This commit is contained in:
withchao
2023-07-10 17:30:09 +08:00
parent a7a2bd3e4f
commit 732afeab3c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ message PartSizeResp {
message InitiateMultipartUploadReq {
string hash = 1;
int64 size = 2;
int64 maxParts = 3;
int32 maxParts = 3;
string cause = 4;
string name = 5;
string contentType = 6;