mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
Revert and bring back B2 gateway implementation (#7224)
This PR is simply a revert of 3265112d04
just for B2 gateway.
This commit is contained in:
committed by
Nitish Tiwari
parent
b8955fe577
commit
9f87283cd5
@@ -23,5 +23,9 @@ import (
|
||||
_ "github.com/minio/minio/cmd/gateway/nas"
|
||||
_ "github.com/minio/minio/cmd/gateway/oss"
|
||||
_ "github.com/minio/minio/cmd/gateway/s3"
|
||||
|
||||
// B2 is specifically kept here to avoid re-ordering by goimports,
|
||||
// please ask on github.com/minio/minio/issues before changing this.
|
||||
_ "github.com/minio/minio/cmd/gateway/b2"
|
||||
// Add your gateway here.
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user