aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
S3 Client does not send Expect: 100-continue header for HTTP PUT requests
Need to port the V1 SDK customization that set the Expect: 100-continue header for HTTP PUT operations that were larger 2 MB or streaming bodies where the content-length is unknown. Need to also provide a client configuration options that allows users to toggle this feature.
https://github.com/aws/aws-sdk-go/blob/abb93ecf8f7d631b6bc9d6701ff2938e56f1a055/service/s3/platform_handlers_go1.6.go#L18