Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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__`
- Loading branch information