pkgcloud is a standard library for node.js that abstracts away differences among multiple cloud providers.
pkgcloud is a standard library for node.js that abstracts away differences among multiple cloud providers. Currently there are six service types which are handled by pkgcloud:
- Compute
- Storage
- Database
- DNS (beta)
- Block Storage (beta)
- Load Balancers (beta)
Services provided by pkgcloud are exposed in two ways,
- By service type
- By provider name
Due to the differences between the vocabulary for each service provider, pkgcloud uses its own unified vocabulary. The pkgcloud.storage
service is designed to make it easy to upload and download files to various infrastructure providers. Each instance of pkgcloud.storage.Client
returned from pkgcloud.storage.createClient
has a set of uniform APIs.
You should use this tag if your question is related with any issues while using pkgcloud library APIs.