New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sync-cloud-storage

Package Overview
Dependencies
Maintainers
1
Versions
6
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.3
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
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 storage.

Available for following cloud frameworks:

Note: This plugin is still in development and may not be stable. Use with caution.

Installation

  1. ni: ni sync-cloud-storage -D
  2. npm: npm i sync-cloud-storage -D
  3. yarn: yarn add sync-cloud-storage -D
  4. pnpm: pnpm add sync-cloud-storage -D

Why

  • Uses the latest official cloud provider's SDK.
  • Sync multiple storages at once.
  • Sync tags and metadata of each storage.

Usage

Serverless

plugins:
  - sync-cloud-storage

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

Keywords

FAQs

Package last updated on 10 Feb 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc