feat: add s3 driver

This commit is contained in:
Noah Hsu
2022-09-03 21:38:43 +08:00
parent 5d0668b00b
commit c89a462d0c
6 changed files with 374 additions and 1 deletions

View File

@ -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
}