1.0.7 • Published 3 years ago

oss-rsync v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

oss-rsync

About

A command line tool/lib for sync local files to remote aliyun oss.

Install

  npm i oss-rsync

Usage

  oss-rsync $from_local_dir $remote_url_or_config_file [$remote_prefix]

json file format:

{
  /** access secret you create */
  accessKeyId: string;
  /** access secret you create */
  accessKeySecret: string;
  /** the default bucket you want to access If you don't have any bucket, please use putBucket() create one first. */
  bucket?: string;
  /** oss region domain. It takes priority over region. */
  endpoint?: string;
  /** the bucket data region location, please see Data Regions, default is oss-cn-hangzhou. */
  region?: string;
}
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago