Skip to content

Commit

Permalink
ObjectAccessed with Get and Head methods (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkulish authored and harshavardhana committed Aug 13, 2019
1 parent 5e2c7c9 commit f308fe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions minio/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f308fe2

Please sign in to comment.