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