Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry on interrupted connections when reading from S3 in native FS library #22895

Merged
merged 2 commits into from
Aug 1, 2024

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    547326c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Retry on interrupted S3 connections

    Read the resposne inside a transformer lambda and throw a retryable
    exception on IO errors to use the already configured SDK retry
    mechanism.
    nineinchnick committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a54960e View commit details
    Browse the repository at this point in the history