s3syncer
v0.0.11
Published
Synchronize your local file to s3
Downloads
12
Readme
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>