TopicConfig topicConfig = notificationConfig.getTopicConfigs().get(0);
assertEquals(topicArn, topicConfig.getTopic());
assertEquals(event, topicConfig.getEvent());
// Unset/clear notification config
s3Service.unsetNotificationConfig(bucketName);
Thread.sleep(5000);
// Confirm notification config is no longer set
notificationConfig = s3Service.getNotificationConfig(bucketName);