Skip to content

Instantly share code, notes, and snippets.

@joshuakfarrar
Created September 18, 2018 14:53
Show Gist options
  • Save joshuakfarrar/d0886dcac6f4b55d5ff4e86d6515713c to your computer and use it in GitHub Desktop.
Save joshuakfarrar/d0886dcac6f4b55d5ff4e86d6515713c to your computer and use it in GitHub Desktop.
val bucketConfig = new BucketNotificationConfiguration()
bucketConfig.setConfigurations(existingConfig)
s3.setBucketNotificationConfiguration(
new SetBucketNotificationConfigurationRequest(config.bucket, bucketConfig)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment