DanielHindi / aws-s3-zipper

takes an amazon s3 bucket folder and zips it for streaming or serializes to a file
119 stars 74 forks source link

fix: avoid trying to process non-files #4

Closed DavideMontersino closed 7 years ago

DavideMontersino commented 7 years ago

I have experienced this problem while using the library: sometimes empty names were retrieved from s3 and that caused the library to emit an error.

This fixed the problem in my case - but maybe there are deeper issues. I did not have time to find out.