1.3.0 • Published 4 years ago

rk-oss v1.3.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

rk-oss

rk-oss是一个命令行小工具库,专门用来对阿里云oss操作。目前封装了oss-diross-put2个命令

安装Node.js

sudo wget https://www.hjd86.cn/download/setup_node.sh 
sudo sh setup_node.sh "10.15.3"

安装rk-oss

npm i -g rk-oss

基本命令行参数

  • region
  • accessKeyId
  • accessKeySecret
  • bucket

参数列表

  • prefix
  • output
  • limit: 文件个数。默认1000个
  • 基本命令行参数
oss-dir prefix=log/2019/07/13/ output=/root/log/ region=xxx accessKeyId=xxx accessKeySecret=xxx bucket=xxx

参数列表

  • local
  • remote
  • 基本命令行参数
oss-put local=/root/log/test.log remote=log/2019/07/13/test.log region=xxx accessKeyId=xxx accessKeySecret=xxx bucket=xxx

参数列表

  • prefix
  • search: 文件名搜索条件(暂不支持通配符)
  • limit: 文件个数。默认1000个
  • 基本命令行参数
oss-put local=/root/log/test.log remote=log/2019/07/13/test.log region=xxx accessKeyId=xxx accessKeySecret=xxx bucket=xxx
1.3.0

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.16

5 years ago

1.0.14

6 years ago

1.0.12

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago