The get_bucket_notification_configuration() method can be used to return event notification configuration for a bucket, for example:
s3.client.get_bucket_notification_configuration(Bucket=bucket.name)
The get_bucket_notification_configuration() method can be used to return event notification configuration for a bucket, for example:
s3.client.get_bucket_notification_configuration(Bucket=bucket.name)