mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
add more details on the payload sent to webhook audit (#20335)
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user