provider-aws icon indicating copy to clipboard operation
provider-aws copied to clipboard

S3 Bucket constantly calls PutBucketNotification with NotificationConfiguration

Open Yaswanth45 opened this issue 11 months ago • 0 comments

What happened?

I have created a S3 bucket with notificationConfiguration(TopicConfiguration), when i checked the cloudTrail logs putBucketNotification is being triggered/called every minuted by the crossplane/provider. Seems it is the similar issue which was fixed for QueueConfiguration https://github.com/crossplane-contrib/provider-aws/issues/1165 .

How can we reproduce it?

Create a bucket and configure SNS topic as a notificationConfiguration. check cloudTrail logs, PutBucketNotification event will be triggered on every minute.

What environment did it happen in?

Crossplane version: 1.14.5 Provider version: 0.46.0

Yaswanth45 avatar Mar 19 '24 03:03 Yaswanth45