0.0.11 • Published 7 years ago
s3syncer v0.0.11
s3syncer-node-client
Motivation
I deployed some lambda function and api gateway to store files in s3 using serverless, the repo is here
This repo is to synchronize the local file to s3 using the lambda function
Function
- filter no change file
- synchronize local file to specified s3 prefix
Install
npm install -g s3syncer
Usage
s3syncer -f <folder> -p <prefix> -i <api> -k <api-key>