This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

sync-cloud-storage
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.1 • Public • Published

Sync Cloud Storage

NPM Pipeline Status Codecov Status License

A simple way to sync folders & files between a remote machine and a cloud provider's framework.

Available for following cloud frameworks:

Installation

npm install --save sync-cloud-storage

Usage

Serverless

plugins:
  - sync-cloud-storage

custom:
  syncCloudStorage:
    - name: my-bucket
      localPath: ./assets
      actions:
        - upload
        - delete
      bucketPrefix: assets
      acl: public-read
      metadata:
        foo: bar
        bar: foo
      acl: public-read

Deployments

Granted (assume)

By using the assume command, you can grant access to the plugin to deploy to your cloud framework.

assume

Package Sidebar

Install

npm i sync-cloud-storage

Weekly Downloads

6

Version

1.0.0-rc.1

License

MIT

Unpacked Size

1.28 MB

Total Files

93

Last publish

Collaborators

  • msudgh