Skip to content

Commit f308fe2

Browse files
maxkulishharshavardhana
authored andcommitted
ObjectAccessed with Get and Head methods (#785)
1 parent 5e2c7c9 commit f308fe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

minio/helpers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,9 @@ def is_valid_bucket_notification_config(notifications):
437437
])
438438

439439
NOTIFICATION_EVENTS = set([
440+
's3:ObjectAccessed:*',
441+
's3:ObjectAccessed:Get',
442+
's3:ObjectAccessed:Head',
440443
's3:ReducedRedundancyLostObject',
441444
's3:ObjectCreated:*',
442445
's3:ObjectCreated:Put',

0 commit comments

Comments
 (0)