Skip to content

Commit

Permalink
Adds all Replication EventTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
grkooij authored Jun 20, 2024
1 parent f80a702 commit dc69837
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/src/main/java/io/minio/messages/EventType.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ public enum EventType {
OBJECT_REMOVED_ANY("s3:ObjectRemoved:*"),
OBJECT_REMOVED_DELETE("s3:ObjectRemoved:Delete"),
OBJECT_REMOVED_DELETED_MARKER_CREATED("s3:ObjectRemoved:DeleteMarkerCreated"),
OBJECT_REPLICATION_ANY("s3:Replication:*"),
OBJECT_REPLICATION_FAILED("s3:Replication:OperationFailedReplication"),
OBJECT_REPLICATION_COMPLETE("s3:Replication:OperationCompletedReplication"),
OBJECT_REPLICATION_NOT_TRACKED("s3:Replication:OperationNotTracked"),
OBJECT_REPLICATION_MISSED_THRESHOLD("s3:Replication:OperationMissedThreshold"),
OBJECT_REPLICATION_REPLICATED_AFTER_THRESHOLD("s3:Replication:OperationReplicatedAfterThreshold"),
REDUCED_REDUNDANCY_LOST_OBJECT("s3:ReducedRedundancyLostObject"),
BUCKET_CREATED("s3:BucketCreated"),
BUCKET_REMOVED("s3:BucketRemoved");
Expand Down

0 comments on commit dc69837

Please sign in to comment.