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: improve S3 error message for response body decoding failures
When the S3 connector encounters a 'error decoding response body' error,
provide a more descriptive error message suggesting the user increase
the client_timeout parameter or reduce concurrent dataset loads.
Closesspiceai#5980
"S3 request failed while decoding the response body. This may be caused by a network timeout or IO starvation when loading many datasets concurrently. Consider increasing the `client_timeout` parameter (current: {timeout}) or reducing concurrent dataset loads. {source}"
0 commit comments