UNPKG

@itwin/object-storage-s3

Version:

Object storage implementation base for S3 compatible providers

7 lines 212 B
import { STSClient } from "@aws-sdk/client-sts"; export declare class StsWrapper { private _client; constructor(_client: STSClient); get client(): STSClient; } //# sourceMappingURL=StsWrapper.d.ts.map