Skip to content

aloware/s3-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3 Archiver

Make an archive from a directory and all subsequent subdirectories and objects in S3. The trick is will upload the archive directly to S3, without having to download it to the local machine.

Installation

  • Clone the repository to your local machine:
git clone https://github.com/aloware/s3-archiver.git
  • Install the dependencies:
cd s3-archiver
npm install
  • Configure the AWS credentials: Check the AWS CLI for more information.

Usage

node index.js -b <bucket> -d <directory> -z <zipfileName> [-r deleteFiles]

Result

The archive will be uploaded to selected directory of the bucket.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published