@tweedegolf/sab-adapter-google-cloud
Version:
Provides an abstraction layer for interacting with Google Cloud storage service.
34 lines (33 loc) • 842 B
JSON
{
"name": "@tweedegolf/sab-adapter-google-cloud",
"version": "1.0.8",
"description": "Provides an abstraction layer for interacting with Google Cloud storage service.",
"main": "dist/index/AdapterGoogleCloud.js",
"types": "dist/index/AdapterGoogleCloud.d.ts",
"homepage": "https://github.com/tweedegolf/storage-abstraction/",
"repository": {
"type": "git",
"url": "git+https://github.com/tweedegolf/storage-abstraction.git"
},
"dependencies": {
"@google-cloud/storage": "^7.11.1"
},
"scripts": {},
"keywords": [
"google cloud",
"backblaze b2",
"amazon s3",
"storage",
"storage abstraction",
"cloud filesystem",
"cloudflare r2",
"cubbit",
"minio",
"azure"
],
"author": "daniel@tweedegolf.nl",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}