s3 presigned test

This commit is contained in:
withchao
2023-07-10 18:40:30 +08:00
parent 70b6cd360d
commit 5a9ecbf295
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -5,4 +5,5 @@ const (
tempPath = "openim/temp/"
UploadTypeMultipart = 1 // 分片上传
UploadTypePresigned = 2 // 预签名上传
partSeparator = ","
)