mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Add compression scheme to header (#15395)
For easier debugging. We still do not return compressed size for security reasons.
This commit is contained in:
@@ -187,6 +187,9 @@ const (
|
||||
MinIOSourceObjectLegalHoldTimestamp = "X-Minio-Source-Replication-LegalHold-Timestamp"
|
||||
// predicted date/time of transition
|
||||
MinIOTransition = "X-Minio-Transition"
|
||||
|
||||
// MinIOCompressed is returned when object is compressed
|
||||
MinIOCompressed = "X-Minio-Compressed"
|
||||
)
|
||||
|
||||
// Common http query params S3 API
|
||||
|
||||
Reference in New Issue
Block a user