mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Send deployment id and minio version in http header (#14378)
This commit is contained in:
@@ -191,3 +191,9 @@ const (
|
||||
|
||||
UploadID = "uploadId"
|
||||
)
|
||||
|
||||
// http headers sent to webhook targets
|
||||
const (
|
||||
// Reports the version of MinIO server
|
||||
MinIOVersion = "x-minio-version"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user