🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

sync-cloud-storage

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-cloud-storage

[![NPM](https://img.shields.io/npm/v/sync-cloud-storage)](https://www.npmjs.com/package/sync-cloud-storage) [![Pipeline Status](https://github.com/msudgh/sync-cloud-storage/actions/workflows/ci.yml/badge.svg?branch=main)](./.github/workflows/ci.yml) [![Co

1.0.0-rc.1
latest
npm
Version published
Weekly downloads
6
50%
Maintainers
1
Weekly downloads
 
Created
Source

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:

  • Serverless

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

Keywords

sync

FAQs

Package last updated on 30 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts