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

Make ClientError accessible from S3UploadFailedError #4346

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Nov 13, 2024

  1. Add raise from ClientError

    S3UploadFailedError currently replaces ClientError, but does not include a "from ClientError" clause to allow the original ClientError information to be accessed by other packages. Adding this clause will allow access to ClientError elements via `e.__cause__`
    glerb authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    112fef4 View commit details
    Browse the repository at this point in the history
  2. Docs update

    glerb authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    07aab7d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Small typo

    glerb authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4ebf398 View commit details
    Browse the repository at this point in the history