Skip to content

Instantly share code, notes, and snippets.

View lzjun567's full-sized avatar
🌴
On vacation

liuzhijun lzjun567

🌴
On vacation
View GitHub Profile
@lzjun567
lzjun567 / upload_qiniu.py
Created August 23, 2015 03:54
上传本地文件到七牛指定的存储空间
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'liuzhijun'
import click
import qiniu
access_key = "xxxx"
secret_key = "xxxx"