/ibmcloud-cos-rs

A Rust client / SDK for interacting with IBM Cloud Object Storage

Primary LanguageRustApache License 2.0Apache-2.0

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.