Closed sfc-gh-dheyman-1 closed 7 months ago
Attention: Patch coverage is 0%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 83.96%. Comparing base (
7c2634a
) to head (98941c8
). Report is 1 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
file_transfer_agent.go | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
…config
Description
In AWS China and US Gov partitions, Transfer Acceleration is not supported and when requested it returns "UnsupportedArgument" error. This PR introduces handling of this error.
Checklist
make fmt
to fix inconsistent formatsmake lint
to get lint errors and fix all of them