-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Labels
closing-soonThis issue will automatically close in 4 days unless further comments are made.This issue will automatically close in 4 days unless further comments are made.guidanceQuestion that needs advice or information.Question that needs advice or information.
Description
Describe the bug
We've got a MinIO instance running behind a (to me unkown) HTTP proxy, which removes the empty X-Amz-User-Agent
header sent by the AWS PHP SDK. This causes a signature error:
There were headers present in the request which were not signed.
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
No signature error.
Current Behavior
Signature error:
There were headers present in the request which were not signed.
This is because SignedHeaders
contains x-amz-user-agent
, despite it being on the signature blacklist.
Reproduction Steps
- Send request to HTTP to MinIO S3 server behind a proxy that removes empty HTTP headers
Possible Solution
No response
Additional Information/Context
No response
SDK version used
3.343.8
Environment details (Version of PHP (php -v
)? OS name and version, etc.)
PHP 8.2.28
Metadata
Metadata
Assignees
Labels
closing-soonThis issue will automatically close in 4 days unless further comments are made.This issue will automatically close in 4 days unless further comments are made.guidanceQuestion that needs advice or information.Question that needs advice or information.