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
fix(sigv4): Default to non-chunked payloads for S3
This was made the default since it's much more efficient, especially on web for large uploads, but some S3 operations do not support it so it should not be the default. Instead, it will be selectively enabled in the SDK layer for operations which allow it.
commit-id:0c690d3f
0 commit comments