I have an S3
bucket and I want to append notification events and remove just specific notification events using awscli
.
At the first time, I tried s3api put-bucket-notification-configuration
, however, It just replaces all s3 notification events, deleting existing s3 notification events(I expected it just appends new notification events into existing one.)
How to accomplish it?