This commit is contained in:
withchao
2023-02-22 11:20:09 +08:00
parent 62a2cf2976
commit e94bf6216c
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ import "context"
type Interface interface {
Init() error
Name() string
MinMultipartSize() int64
UploadBucket() string
PermanentBucket() string
ClearBucket() string