UNPKG

@itwin/object-storage-s3

Version:

Object storage implementation base for S3 compatible providers

3 lines 287 B
import { FrontendS3ClientWrapper } from "../wrappers"; export declare function createAndUseClientFrontend<TResult>(clientFactory: () => FrontendS3ClientWrapper, method: (clientWrapper: FrontendS3ClientWrapper) => Promise<TResult>): Promise<TResult>; //# sourceMappingURL=Helpers.d.ts.map