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

aws-s3-sync

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-s3-sync

Sync Amazon S3 Bucket

latest
Source
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

Amazon S3 Bucket Sync Tool

Usage

$ s3sync <config json file>
$
$ Options:
$
$   -f, --force-upload      Upload all files
$   -i, --incremental-mode  Only upload new/changed file

Configuration file

create the .s3sync.json file in your current working directory.

{
  "source": "./lib",
  "dest": "s3sync",
  "accessKeyId": "amazon-key",
  "secretAccessKey": "amazon-secret",
  "region": "us-west-2",
  "cacheControl": "max-age:3600",
  "bucket": "bucket-name"
}

Keywords

aws

FAQs

Package last updated on 01 Feb 2016

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