Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an equivalent of the ruby Fog gem for Node.js (cloud storage API)? [closed]

Is there a wrapper API for the main cloud services like there is for Ruby with https://github.com/fog/fog, for Node.js?

Fog is a wrapper for a lot of cloud storage API's, listed here:

  • https://github.com/fog/fog/tree/master/lib/fog
like image 390
Lance Avatar asked Jul 18 '12 18:07

Lance


1 Answers

There is not currently an equivalent, but there is a project working in that direction.

node-sunny

like image 110
Timothy Strimple Avatar answered Sep 20 '22 15:09

Timothy Strimple