andrewrk / node-s3-client

high level amazon s3 client for node.js
MIT License
1k stars 305 forks source link

EISDIR: illegal operation on a directory #146

Closed celicoo closed 5 years ago

celicoo commented 8 years ago

~ DELETED ~

emilguareno commented 8 years ago

What does your params object look like? I was getting this error because I wasn't specifying the file name when downloading a file. I thought that by specifying a folder name, the library would automatically fill in the key name as the file name, but that's not the case.