Commit 95b1503
authored
Disable S3 Signature v4 Streaming by default (#719)
The STREAMING-AWS4-HMAC-SHA256-PAYLOAD streaming method is not widely
implemented in AWS SDKs, and many third-party S3 implementations don't
support this.
S3 multipart uploads are a more standard way of handling chunked
transfers in any case.1 parent a8518f0 commit 95b1503
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| |||
0 commit comments