Class ConnectionExtension
Providing extension to allow the use of sdk internals
Inherited Members
Namespace: QarnotSDK.Internal
Assembly: QarnotSDK.dll
Syntax
public static class ConnectionExtension
Methods
GetConfiguredS3ClientAsync(Connection, CancellationToken)
Retrieve the configured S3 client used by the SDK
Declaration
public static Task<AmazonS3Client> GetConfiguredS3ClientAsync(this Connection connection, CancellationToken ct = default)
Parameters
Type | Name | Description |
---|---|---|
Connection | connection | the Qarnot SDK Connection |
CancellationToken | ct | cancellation token |
Returns
Type | Description |
---|---|
Task<AmazonS3Client> | an Amazon s3 client configured to reach the storage service |