module documentation

Aioboto3 adapter for the S3 storage driver client.

Warning

This API is experimental.

Function new_aioboto3_client Create an S3StorageDriverClient from an aioboto3 S3 client.
Class _Aioboto3StorageDriverClient Adapter that wraps an aioboto3 S3 client as an S3StorageDriverClient.
def new_aioboto3_client(client: S3Client) -> S3StorageDriverClient: (source) ΒΆ

Create an S3StorageDriverClient from an aioboto3 S3 client.

Warning

This API is experimental.

Parameters
client:S3ClientAn aioboto3 S3 client, typically obtained from aioboto3.Session().client("s3").
Returns
S3StorageDriverClientUndocumented