Qiniu Plugin
中文版
Added in version 0.2.0. Inner name qiniu
.
Description
This plugin use Qiniu Cloud CND to store your image.
Options
You should provide Qiniu ACCESS KEY, SECRET KEY, bucket name and bucket host.
ACCESS KEY and SECRET KEY should be add into your env variable, use key RIKKA_QINIU_ACCESS
and RIKKA_QINIU_SECRET
.
Bucket name and bucket host should be provide use command line option:
-bname
for the bucket name.
-bhost
for bucket host.
BTW: you can set upload dir by provide -bpath
option.
For example,ues -bpath rikka
, then images will be under rikka
folder。
Multi-level dir like -bpath rikka/images
are also supported.
Guide
See Rikka Deploy Guide with Qiniu Plugin on DaoCloud.