https://github.com/crazygit/qiniu-client
七牛空间上传工具
https://github.com/crazygit/qiniu-client
Last synced: 5 months ago
JSON representation
七牛空间上传工具
- Host: GitHub
- URL: https://github.com/crazygit/qiniu-client
- Owner: crazygit
- Created: 2015-07-29T08:56:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T17:12:53.000Z (over 10 years ago)
- Last Synced: 2023-04-03T23:49:14.012Z (about 3 years ago)
- Language: Shell
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 七牛客户端上传工具
自学go的一个练手小Demo(也是一个轮子), 从服务端获取上传文件到七牛服务器的凭证,上传文件成功后返回文件的下载地址
## 使用帮助
```bash
# 在bin目录下选择适合当前操作系统平台的可执行文件执行
# 如当前为linux 64位系统, 上传test文件,并保存为testkey
$ bin/qiniu-client-linux-amd64 -k testkey test
Upload file with key: testkey
Upload file success, You can download it from:
http://7xkp7e.com1.z0.glb.clouddn.com/testkey
```
## 服务端代码