Closed nateprewitt closed 1 year ago
Attention: 39 lines
in your changes are missing coverage. Please review.
Comparison is base (
7b13b56
) 84.23% compared to head (7450ccb
) 83.01%.
Files | Patch % | Lines |
---|---|---|
s3transfer/crt.py | 0.00% | 39 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds functionality to the CRT S3 Transfer Manager to handle error translation from the S3 service. This will ensure Boto3 integration retains existing error hierarchy to provide a seamless experience between the two transfer methods.
Merge of this PR is pending https://github.com/boto/botocore/pull/3073 to provide the
operation_name
off the CRT shape.