s3 InitiateMultipartUpload add ExpireTime

This commit is contained in:
withchao
2023-07-12 14:27:06 +08:00
parent bdf93565a3
commit fe3e17c3ad
3 changed files with 136 additions and 123 deletions
+1
View File
@@ -52,6 +52,7 @@ message UploadInfo {
string uploadID = 1;
int64 partSize = 2;
AuthSignParts sign = 3;
int64 expireTime = 4;
}
message InitiateMultipartUploadResp {