UNPKG

@itwin/object-storage-google

Version:

Object storage implementation using Google Cloud Storage

19 lines 764 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GoogleFrontendStorageBindings = void 0; const frontend_1 = require("@itwin/object-storage-core/lib/frontend"); const GoogleFrontendStorage_1 = require("./GoogleFrontendStorage"); class GoogleFrontendStorageBindings extends frontend_1.FrontendStorageDependency { constructor() { super(...arguments); this.dependencyName = "google"; } register(container) { container .bind(frontend_1.FrontendStorage) .to(GoogleFrontendStorage_1.GoogleFrontendStorage) .inSingletonScope(); } } exports.GoogleFrontendStorageBindings = GoogleFrontendStorageBindings; //# sourceMappingURL=GoogleFrontendStorageBindings.js.map