andrewrk / node-s3-client

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

Allow s3 'folder objects' and fix #54 #202

Open nealshail opened 6 years ago

nealshail commented 6 years ago

fixes #54 . During investigation of issue #54 I discovered folders were being deleted because of incorrect logic in the folder handling clause (download sync only). Also S3 can now have 'empty' folder objects. (when created via the AWS console, or Cyberduck interfaces). Updated the logic to handle the local creation of remote 'empty' folders