add more details on the payload sent to webhook audit (#20335)

This commit is contained in:
Harshavardhana
2024-08-28 08:31:56 -07:00
committed by GitHub
parent fb2360ff88
commit c65e67c357
3 changed files with 40 additions and 24 deletions

View File

@@ -259,5 +259,6 @@ const (
// http headers sent to webhook targets
const (
// Reports the version of MinIO server
MinIOVersion = "x-minio-version"
MinIOVersion = "x-minio-version"
WebhookEventPayloadCount = "x-minio-webhook-payload-count"
)