fix ConfigSys and NotificationSys initialization for NAS (#6920)

This commit is contained in:
poornas
2018-12-05 14:03:42 -08:00
committed by kannappanr
parent 8fcc787cba
commit f6980c4630
9 changed files with 35 additions and 3 deletions

View File

@@ -154,6 +154,9 @@ func (api *DummyObjectLayer) DeleteBucketPolicy(context.Context, string) (err er
func (api *DummyObjectLayer) IsNotificationSupported() (b bool) {
return
}
func (api *DummyObjectLayer) IsListenBucketSupported() (b bool) {
return
}
func (api *DummyObjectLayer) IsEncryptionSupported() (b bool) {
return