init push
This commit is contained in:
5
backend/store/s3/provider.go
Normal file
5
backend/store/s3/provider.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package s3
|
||||
|
||||
import "github.com/google/wire"
|
||||
|
||||
var ProviderSet = wire.NewSet(NewMinioClient)
|
||||
Reference in New Issue
Block a user