@itwin/object-storage-google
Version:
Object storage implementation using Google Cloud Storage
11 lines • 566 B
TypeScript
import { RetryOptions } from "@itwin/object-storage-core";
import { GoogleTransferConfig } from "../../common/Interfaces";
import { GoogleStorageConfig } from "./GoogleStorageConfig";
import { StorageWrapper } from "./StorageWrapper";
export declare class StorageWrapperFactory {
private readonly _retryOptions;
constructor(_retryOptions?: RetryOptions);
createDefaultApplication(config: GoogleStorageConfig): StorageWrapper;
createFromToken(transferConfig: GoogleTransferConfig): StorageWrapper;
}
//# sourceMappingURL=StorageWrapperFactory.d.ts.map