module documentation
Aioboto3 adapter for the S3 storage driver client.
Warning
This API is experimental.
| Function | new |
Create an S3StorageDriverClient from an aioboto3 S3 client. |
| Class | _ |
Adapter that wraps an aioboto3 S3 client as an S3StorageDriverClient. |
Create an S3StorageDriverClient from an aioboto3 S3 client.
Warning
This API is experimental.
| Parameters | |
client:S3Client | An aioboto3 S3 client, typically obtained from aioboto3.Session().client("s3"). |
| Returns | |
S3StorageDriverClient | Undocumented |