mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Generalize the event store using go generics (#16910)
This commit is contained in:
@@ -30,6 +30,9 @@ const (
|
||||
|
||||
// AMZTimeFormat - event time format.
|
||||
AMZTimeFormat = "2006-01-02T15:04:05.000Z"
|
||||
|
||||
// StoreExtension - file extension of an event file in store
|
||||
StoreExtension = ".event"
|
||||
)
|
||||
|
||||
// Identity represents access key who caused the event.
|
||||
|
||||
Reference in New Issue
Block a user