mirror of
https://github.com/pgsty/minio.git
synced 2026-09-22 18:59:02 +03:00
fix(auth): align signed request and policy condition semantics
Signed-off-by: Feng Ruohang <rh@vonng.com>
This commit is contained in:
@@ -132,11 +132,6 @@ const (
|
||||
AmzMaxParts = "X-Amz-Max-Parts"
|
||||
AmzPartNumberMarker = "X-Amz-Part-Number-Marker"
|
||||
|
||||
// AmzSignatureAge is an internal scratch header the presigned verifier
|
||||
// writes after validating the signature so that bucket-policy evaluation can
|
||||
// expose s3:signatureAge. It is never sent or signed by a client.
|
||||
AmzSignatureAge = "X-Amz-Signature-Age"
|
||||
|
||||
// Constants used for GetObjectAttributes and GetObjectVersionAttributes
|
||||
AmzObjectAttributes = "X-Amz-Object-Attributes"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user