New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

s3-auto-sync

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3-auto-sync

Watch and sync folder to s3

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

s3-auto-sync

Watches a folder and syncs it to an s3 bucket of your choice.

demo

Pre-requisites

  • You need to have valid aws credentials in your path.
  • You need to have at least PutObject permission to the bucket.
  • Make sure that the bucket you're uploading to or wanting to create is in your local region, otherwise upload will be extremely slow.

Getting started

A small cli that watches a folder and uploads every change to s3

  • Install via npm npm install s3-auto-sync -g
  • Usage: s3-auto-sync -b my-bucket -d ./my-folder (You can also just go s3-auto-sync auto prompt will guide you through)

If the folder is new, the cli will ask if you want to create one

Options

-r -region  # region you're uploading to.
-d -dir     # directory to be watched
-b -bucket  # bucket name to upload to

FAQs

Package last updated on 27 Oct 2020

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