Sync Cloud Storage
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