0.6.2 • Published 3 years ago

node-glacier-uploader v0.6.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

node-glacier-uploader

npm

Simple multipart uploader for AWS Glacier

Requirements:

  • NodeJS 10.x
  • aws-cli toolset for configuring AWS KEY and SECRET

Install

npm install -g node-glacier-uploader

You have to configure you aws-cli before use via:

$ aws configure

Usage

$ glacier upload [options] <file>

Options:
    -h, --help                    output usage information
    -v, --vault-name <vaultName>  Glacier vault name
    -r --region <region>          AWS Region, default to us-west-2
    -c --concurency <concurency>  How much uploads concurently, default = 20
    -d, --detail <detail>         Detailed description of the file

Example:

glacier upload -v backups -c 10 archive.tar.gz
0.6.2

3 years ago

0.6.1

3 years ago

0.5.1

4 years ago

0.5.0

5 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago