matthewfollegot commented on issue #5607: URL: https://github.com/apache/arrow-rs/issues/5607#issuecomment-2043637452
> The provided error is a timeout not an error returned by AWS, in cases where an error is returned by AWS we print the response body. In this case there is no response body as the request took too long and hit a client side timeout before returning anything. > > I would double check the ClientConfig is set appropriately for the size of uploads you are performing, and if you are uploading very large objects perhaps you might consider using a multipart upload - this will be faster and more reliable Thanks for the quick response! I have 10s of deployments running with the same client config and a maximum object size that is consistent across all deployments and doesn't change, and there's only a single deployment that's encountering this issue consistently, despite it being one of many staging/sandbox/shadow deployments, so I'm not too sure a multipart upload is absolutely necessary. I'll continue debugging and maybe try multipart uploads too just in case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
