Also fixes errors potentially being swallowed by filtering.
Fixes #4773
λ go build&&mc cp s3/default/1.mp4 1.mp4
mc: <ERROR> Unable to prepare URL for copying. Unable to guess the type of copy operation.
λ echo %errorlevel%
1
How to test this PR?
See above and #4773
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
Description
Also fixes errors potentially being swallowed by filtering.
Fixes #4773
How to test this PR?
See above and #4773
Types of changes