qrsync

1.0.6 • Public • Published

Language: 简体中文 | English

qrsync

a tool for upload to qiniu

reference

Usage

$ npm install qrsync -g
$ qrsync

use custom configure

edit ~/.qiniu.config.json

Example:

{
  "access_key": "qiniu account access_key",
  "secret_key": "qiniu account secret_key",
  "bucket": "your bucket",
  "sync_dir": "/Users/dw/Pictures",
  "async_ops": "fop1;fop2;fopN",
  "debug_level": 1
}

Or use qrcode config command to modify config, options below:

  • -c, --config define config file
  • -ak, --access_key change access_key
  • -sk, --secret_key change secret_key
  • -b, --bucket change bucket
  • -d, --sync_dir change sync_dir
  • -p, --prefix file prefix

help

qrsync --help

Readme

Keywords

Package Sidebar

Install

npm i qrsync

Weekly Downloads

0

Version

1.0.6

License

ISC

Last publish

Collaborators

  • dongwei