-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.
Description
Describe the bug
from the code
| return signer->SignRequest(*httpRequest, signerRegionOverride, signerServiceNameOverride, true); |
I see the AWSAuthV4Signer::PayloadSigningPolicy::Never won't work any more, so is this a bug? or by designed?
And even in AWSAuthV4Signer
| if (request.GetRequestHash().second != nullptr && !request.GetRequestHash().first.empty() && request.GetContentBody() != nullptr) { |
i see singBody has no effect
so how does AWSAuthV4Signer::PayloadSigningPolicy::Never work?
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
No signBody
Current Behavior
signBody
Reproduction Steps
Any PutObject
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
main
Compiler and Version used
gcc 11.4.0
Operating System and version
ubuntu
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.