图片附件转存cos实践

韦林 102 阅读

挂载云盘

mount /dev/vdb /www/wwwroot

cosfs挂载目录

cosfs jqcom-1253659674 /www/wwwroot/jqcom.cn/www/data/cos -ourl=http://cos.ap-chongqing.myqcloud.com -odbglevel=info -onoxattr -oallow_other

coscmd配置存储桶

pip install coscmd -U

coscmd config -a secretID -s secretKey -b 桶名 -r 地域

coscmd config -a AKIDVs2ygItPkz3uEMH5mVF1rCl7FD9xZzI -s Piu2LUTFUdccVggZcaNwHNQRLFD8sgI -b img-1252145124 -r ap-chongqing

coscmd上传目录至远程

coscmd upload -r /www/data/attachment /

图片压缩

find . -iname '.jpg' -pnt0 | xargs -0 jpegoptim --max=40 --preserve --totals --all-progressive

全部回复

暂无回复