谷歌云Storage配置
准备工作
- 选择或创建一个
Cloud Platform
项目 ⇒ 传送门。 - 为您的项目启用计费 ⇒ 传送门。
- 启用
Google Cloud Storage API
⇒ 传送门。 - 使用服务帐户设置身份验证,以便本地服务器可以访问
API
⇒ 传送门。
配置文件参考
module.exports = {
googleBucket: '',
ignored: ['**/*.mp4','**/*.jpg','**/*.gif','**/*.txt','**/*.css'],
type: 'google',
rootpath: '/home/express-ffmpeg',
path: '/home/express-ffmpeg/public/videos',
remove: true,
removeignored: ['.m3u8', '.jpg', '.gif', '.css', '.txt', '.key', '.info', '.png']
}
googleBucket
参数为桶名称,填入进去,其它参数可自行修改。
接下来下载Google
服务帐户密钥json
文件,然后修改名称为google.json
,上传到同步系统安装路径/opt/efvasync
即可。