grunt-s3
grunt-s3 copied to clipboard
Create directories to file location on download
If I am downloading a file to /my/file/location.txt
and its parent folders do not exist, the grunt task errors out. This fixes that issue and recursively creates the directories before opening a file stream.
Looks good. Could you add a test? (Maybe call testDownload
with a more deeply nested path.)
+1