abstract-object-storage:用于使用Google Cloud Storage的有用实用程序的集合

时间:2024-03-01 12:19:47
【文件属性】:

文件名称:abstract-object-storage:用于使用Google Cloud Storage的有用实用程序的集合

文件大小:65KB

文件格式:ZIP

更新时间:2024-03-01 12:19:47

storage google-cloud-storage gcp google-cloud gcs

抽象对象存储 有用的实用程序集合,可用于 。 目标是最终也增加对AWS S3的支持。 安装 npm install --save abstract-object-storage # or yarn add abstract-object-storage 该模块使用异步等待,因此需要节点> = 8。 用法 process . env . GOOGLE_APPLICATION_CREDENTIALS = '' const storage = require ( 'abstract-object-storage' ) . defaults ( { bucket : 'my-test-bucket' } ) await storage . uploadFile ( { key : 'test/example.jpg' , l


【文件预览】:
abstract-object-storage-master
----.travis.yml(93B)
----.eslintrc(72B)
----index.js(819B)
----package.json(1KB)
----readme.md(7KB)
----real.test.js(740B)
----index.test.js(3KB)
----.yarnclean(398B)
----.gitignore(906B)
----lib()
--------debug.js(138B)
--------normalize-key.js(94B)
--------assert-param.js(148B)
--------resolve-options.js(2KB)
--------methods()
--------mock-storage.js(1KB)
--------resolve-options.test.js(2KB)
----yarn.lock(126KB)
----standard.test.js(182B)

网友评论