Description of changes:
The S3 sends an XML payload, and just sending aws_http_status_text in the payload is not helpful since the XML parser cannot parse it. Let the downstream dependencies handle how they want to model a null payload by S3.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes: The S3 sends an XML payload, and just sending
aws_http_status_text
in the payload is not helpful since the XML parser cannot parse it. Let the downstream dependencies handle how they want to model a null payload by S3.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.