node-glacier-uploader

0.6.2 • Public • Published

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

/node-glacier-uploader/

    Package Sidebar

    Install

    npm i node-glacier-uploader

    Weekly Downloads

    22

    Version

    0.6.2

    License

    MIT

    Unpacked Size

    9.05 kB

    Total Files

    4

    Last publish

    Collaborators

    • josser