1
0
mirror of https://github.com/minio/minio.git synced 2025-04-16 17:00:07 -04:00

2 Commits

Author SHA1 Message Date
Harshavardhana
0c0d1e4150 Implement backblaze-b2 gateway support ()
Fixes https://github.com/minio/minio/issues/4072
2017-10-13 16:26:16 +05:30
Harshavardhana
099b5293a9 Move gateway unsupported functions into a common struct. ()
This is done to avoid repeated declaration of not-implemented
functions for each gateway. It also avoids a possible bug in go
https://github.com/golang/go/issues/18468 which is triggered on
our multiple PRs already.
2017-10-09 16:41:35 -07:00