From f308fe2c81d1e5a6f86ee9e514bd4a56a56d412a Mon Sep 17 00:00:00 2001 From: Maksim Kulish Date: Tue, 13 Aug 2019 20:19:35 +0300 Subject: [PATCH] ObjectAccessed with Get and Head methods (#785) --- minio/helpers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/minio/helpers.py b/minio/helpers.py index 882eaea5..8112d5f2 100644 --- a/minio/helpers.py +++ b/minio/helpers.py @@ -437,6 +437,9 @@ def is_valid_bucket_notification_config(notifications): ]) NOTIFICATION_EVENTS = set([ + 's3:ObjectAccessed:*', + 's3:ObjectAccessed:Get', + 's3:ObjectAccessed:Head', 's3:ReducedRedundancyLostObject', 's3:ObjectCreated:*', 's3:ObjectCreated:Put',