mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
This is done by not making the methods of the BucketMetaState interface as methods (via type nesting) on the type implementing RPCs (s3PeerAPIHandlers).
This commit is contained in:
committed by
Harshavardhana
parent
9c2cfb5cb6
commit
d44e9d6da9
@@ -27,7 +27,7 @@ const (
|
||||
)
|
||||
|
||||
type s3PeerAPIHandlers struct {
|
||||
*localBMS
|
||||
bms BucketMetaState
|
||||
}
|
||||
|
||||
func registerS3PeerRPCRouter(mux *router.Router) error {
|
||||
|
||||
Reference in New Issue
Block a user