谷歌云Storage配置

准备工作

  1. 选择或创建一个Cloud Platform项目 ⇒ 传送门
  2. 为您的项目启用计费 ⇒ 传送门
  3. 启用Google Cloud Storage API传送门
  4. 使用服务帐户设置身份验证,以便本地服务器可以访问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即可。