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
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
Describe the bug
from the code
aws-sdk-cpp/src/aws-cpp-sdk-core/source/client/AWSClient.cpp
Line 561 in 8209a3e
I see the AWSAuthV4Signer::PayloadSigningPolicy::Never won't work any more, so is this a bug? or by designed?
And even in AWSAuthV4Signer
aws-sdk-cpp/src/aws-cpp-sdk-core/source/auth/signer/AWSAuthV4Signer.cpp
Line 219 in 8209a3e
i see singBody has no effect
so how does AWSAuthV4Signer::PayloadSigningPolicy::Never work?
Regression Issue
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