s3 client PutObject error type changed in aws-sdk-go-v2/service/s3 v1.68.0 removing description message #2921
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
potential-regression
Marking this issue as a potential regression to be checked by team member
queued
This issues is on the AWS team's backlog
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
The error type for PutObject for at least some error cases has changed from *smithy.GenericAPIError to *types.InvalidRequest which does not include the helpful error message details.
Regression Issue
Expected Behavior
The reproducer used to generate this output previous to v1.68.0:
Current Behavior
v1.68.0 and newer now produces the following:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go version go1.23.2 darwin/arm64
Operating System and version
os x 15.0.1
The text was updated successfully, but these errors were encountered: