Compare commits

...

1 Commits

Author SHA1 Message Date
Dora Korpar dd93cd44c5 ft:S3C-3238 update bucket notification config json 2020-08-21 11:23:59 -07:00
1 changed files with 2 additions and 2 deletions

View File

@ -1100,8 +1100,8 @@ class Config extends EventEmitter {
requestsConfigAssert(config.requests); requestsConfigAssert(config.requests);
this.requests = config.requests; this.requests = config.requests;
} }
if (config.bucketNotificationTargets) { if (config.bucketNotificationDestinations) {
this.bucketNotificationTargets = bucketNotifAssert(config.bucketNotificationTargets); this.bucketNotificationDestinations = bucketNotifAssert(config.bucketNotificationDestinations);
} }
} }