ibmcloud-cos-rs
A Rust client / SDK for interacting with IBM Cloud Object Storage
Current features:
- Listing objects (as an
Iterator
trait) - Retrieving objects (as a
Read
trait) - Uploading via Multipart Uploads
This crate is used by several projects under development and will have more features added as they are needed.
Pull requests for bug fixes or feature are welcome but will be subject to review and style consistency standards.