You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments