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

correct `recursive` key value #29

Closed ntnbst closed 5 years ago

ntnbst commented 5 years ago

key under streamZipDataTo arguments should be true and separated by : not ,

DanielHindi commented 5 years ago

Thank you for the fix