Files
open-im-server/pkg/common/db/s3/cont/consts.go
T

9 lines
190 B
Go
Raw Normal View History

2023-07-10 15:50:57 +08:00
package cont
const (
hashPath = "openim/data/hash/"
tempPath = "openim/temp/"
UploadTypeMultipart = 1 // 分片上传
UploadTypePresigned = 2 // 预签名上传
)