Files
open-im-server/pkg/common/db/s3/cont/consts.go
T
2023-07-10 15:50:57 +08:00

9 lines
190 B
Go

package cont
const (
hashPath = "openim/data/hash/"
tempPath = "openim/temp/"
UploadTypeMultipart = 1 // 分片上传
UploadTypePresigned = 2 // 预签名上传
)