feat: oss 备份保存个数限制
This commit is contained in:
@@ -175,3 +175,7 @@ func (s3C *s3Client) getBucket() (string, error) {
|
||||
return "", constant.ErrInvalidParams
|
||||
}
|
||||
}
|
||||
|
||||
func (s3C *s3Client) ListObjects(prefix string) ([]interface{}, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user