feat: add s3 driver
This commit is contained in:
@ -43,7 +43,7 @@ func (d *Template) List(ctx context.Context, dir model.Obj, args model.ListArgs)
|
||||
}
|
||||
|
||||
func (d *Template) Get(ctx context.Context, path string) (model.Obj, error) {
|
||||
// TODO this is optional
|
||||
// this is optional
|
||||
return nil, errs.NotImplement
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user