1.0.7 • Published 2 years ago

oss-rsync v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago