minio-rsc-0.1.1 has been yanked.
minio-rsc
Rust Library for Minio
Minio client
use Minio;
use StaticProvider;
use tokio;
async
Operations
| Bucket operations | Object operations |
|---|---|
| make_bucket | get_object |
| list_buckets | fget_object |
| bucket_exists | copy_object |
| remove_bucket | stat_object |
| list_objects | remove_object |
| put_object | |
| presigned_get_object | |
| presigned_put_object |