"aws s3 cp" silently fails if local storage exhausted #2430
Labels
closing-soon
This issue will automatically close in 4 days unless further comments are made.
feature-request
A feature should be added or improved.
s3transfer
s3
Copying a large file from S3 will SILENTLY fail when the local storage is insufficient to contain the file. After the failure, the exit code indicates success and no error message is produced.
Don't be fooled by the fact that there is still space left on the device.
aws
is downloading the file to a temporary filename which it will rename upon success. Upon failure, it cleans up the temporary file, but the local disk was full while the temp file was in place.Just to be clear:
I expect an error if the copy fails. The failure that occurred is undetectable.
The text was updated successfully, but these errors were encountered: