UNPKG

@itwin/object-storage-google

Version:

Object storage implementation using Google Cloud Storage

8 lines 424 B
import { GoogleTransferConfig } from "../../common/Interfaces"; import { GoogleStorageConfig } from "./GoogleStorageConfig"; import { StorageWrapper } from "./StorageWrapper"; export declare class StorageWrapperFactory { createDefaultApplication(config: GoogleStorageConfig): StorageWrapper; createFromToken(transferConfig: GoogleTransferConfig): StorageWrapper; } //# sourceMappingURL=StorageWrapperFactory.d.ts.map