22 lines
420 B
YAML
22 lines
420 B
YAML
---
|
|
uri: server.storage.event
|
|
|
|
sampleuse: ~
|
|
|
|
description: |
|
|
Notifie l'ajout/suppression/modification d'un fichier dans le container minio.
|
|
|
|
pattern: event
|
|
|
|
parameters:
|
|
key:
|
|
type: String
|
|
description: Chemin du fichier stocké (<bucket>/<objet>).
|
|
event_type:
|
|
type: String
|
|
description: Type d'évènement remonté (s3:ObjectCreated:Put, s3:ObjectRemoved:Delete).
|
|
|
|
public: false
|
|
|
|
domain: server-domain
|