cdn-uploader:小型工具将资产上传到CDN后端(Google云存储)

时间:2024-05-27 15:42:37
【文件属性】:

文件名称:cdn-uploader:小型工具将资产上传到CDN后端(Google云存储)

文件大小:110KB

文件格式:ZIP

更新时间:2024-05-27 15:42:37

platform-frontend JavaScript

CDN上传器 小型工具将资产上传到CDN后端(Google云存储) 要求 您必须指定密钥文件名或指定凭据,该凭据是基于JSON的密钥文件的base64编码的JSON.stringify版本,其中包含与Google Cloud Storage(GCS)通话时使用的凭据。 //base64 encoded keyfile const credentials = require ( 'keyfile.json' ) ; const credentialString = JSON . stringify ( credentials ) ; return new Buffer ( credentialString ) . toString ( 'base64' ) ; 用法 安装: $ npm install @finn-no/cdn-uploader -g 实际用法: $ cdn-upl


【文件预览】:
cdn-uploader-master
----.travis.yml(2KB)
----.eslintrc(88B)
----index.js(3KB)
----package.json(3KB)
----test()
--------.eslintrc(133B)
--------content()
--------lib()
----Dockerfile(197B)
----LICENSE(1KB)
----.gitignore(629B)
----lib()
--------file-util.js(670B)
--------uploader.js(1KB)
----.dockerignore(21B)
----README.md(3KB)
----yarn.lock(205KB)
----.editorconfig(175B)

网友评论