Closed klauspost closed 2 weeks ago
Check the returned stream for errors and show them. Don't upload/keep pointless data
Use the request alias to create a better file name...
Example:
λ mc support inspect play/testbucket/testdat/** mc: <ERROR> Unable to download file data. GetRawData: No files matched the given pattern.
Previously the error would just be ignored.
λ mc support inspect --airgap play/testbucket/testdata/** File data successfully downloaded as inspect-play_testbucket_testdata.enc
Previously all files would be called inspect-data.enc, which would just be difficult to distinguish.
inspect-data.enc
See above
Description
Check the returned stream for errors and show them. Don't upload/keep pointless data
Use the request alias to create a better file name...
Example:
Previously the error would just be ignored.
Previously all files would be called
inspect-data.enc
, which would just be difficult to distinguish.How to test this PR?
See above
Types of changes