mirror of
https://github.com/minio/minio.git
synced 2025-12-04 06:35:55 -05:00
Remove B2 gateway implementation (#9547)
S3 is now natively supported by B2 cloud storage provider there is no reason to use specialized gateway for B2 anymore, our current S3 gateway with caching would work with B2. Resolves #8584
This commit is contained in:
1
go.mod
1
go.mod
@@ -55,7 +55,6 @@ require (
|
||||
github.com/klauspost/pgzip v1.2.1
|
||||
github.com/klauspost/readahead v1.3.1
|
||||
github.com/klauspost/reedsolomon v1.9.3
|
||||
github.com/kurin/blazer v0.5.4-0.20200327014341-8f90a40f8af7
|
||||
github.com/lib/pq v1.1.1
|
||||
github.com/mattn/go-colorable v0.1.1
|
||||
github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb // indirect
|
||||
|
||||
Reference in New Issue
Block a user