class documentation
class S3StorageDriverClient(ABC): (source)
Abstract base class for S3 object operations.
Implementations must support put_object and get_object. Multipart upload handling (if needed) is an internal concern of each implementation.
Warning
This API is experimental.
| Async Method | get |
Download and return the bytes stored at the given S3 bucket and key. |
| Async Method | object |
Return True if an object exists at the given bucket and key. |
| Async Method | put |
Upload data to the given S3 bucket and key. |