andrewrk / node-s3-client

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

Update graceful-fs to remove deprecated natives dependency #227

Open joshbeckman opened 4 years ago

josephfrazier commented 4 years ago

This should fix https://github.com/andrewrk/node-s3-client/issues/215, right?

petermilan commented 4 years ago

I created similar fix to be able to install this package on node 12 the PR contains same changes as this PR https://github.com/andrewrk/node-s3-client/pull/230

gtzinos commented 3 years ago

Hi,

Any update on this? We all urgently need it, as the node 12 is a minimum requirement for our projects.