Created
September 18, 2018 14:53
-
-
Save joshuakfarrar/d0886dcac6f4b55d5ff4e86d6515713c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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