oss-aliyun-cli

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2018 License: MIT Imports: 1 Imported by: 0

README

OSS-Aliyun-CLI

LICENSE leeifme on github package version language by golang

aliyun-oss 命令行工具 👨💻

支持

  • 获取存储空间列表(List Bucket)

  • 创建存储空间(Create Bucket)

  • 删除存储空间(Delete Bucket)

  • 上传文件(Put Object)

  • 下载文件 (Get Object)

  • 获取文件列表(List Objects)

  • 删除文件 (Delete Object)

主要功能

  • 上传文件(Put Object)
    • 单个文件 && 读取目录及子目录下文件
    • 并发上传多个文件
    • 支持过滤筛选文件

使用

针对 aliyun-oss 常规操作的命令行工具

Usage:
  oss [command]

Available Commands:
  create      新建存储空间(bucket) 或者 文件对象(object)
  delete      删除指定存储空间(bucket) 或者 文件对象(object)
  download    下载指定的文件对象(object)
  get         获取存储空间(bucket) 或者 文件对象(object) 列表
  help        Help about any command
  up          上传指定文件 或者 并发上传指定目录以及子目录下符合过滤条件的文件

Flags:
  -h, --help   help for oss

Use "oss [command] --help" for more information about a command.

注:clone 源码后自行编译后体验

最后

感谢

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
domain
infra

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL