Module client

Source

Modules§

aws
fs
hashmap

Structs§

WithCallback
A wrapper of an upload client that implements the one provided method.

Traits§

OnComplete
The concrete implementations of UploadClient exposed by this crate do not implement on_upload_complete. To add a custom callback to be called after an upload was completed, you can implement this trait to add to an existing client and use with the extension trait below.
UploadClientExt
An extension trait adding convenience methods to existing UploadClients.