ibmcloud-cos

Crates.ioibmcloud-cos
lib.rsibmcloud-cos
version0.5.0
sourcesrc
created_at2022-11-07 20:49:07.461109
updated_at2024-01-24 18:56:08.249121
descriptionA Rust client / SDK for interacting with IBM Cloud Object Storage
homepage
repositoryhttps://github.com/mrodden/ibmcloud-cos-rs
max_upload_size
id707450
size87,261
Mathew Odden (mrodden)

documentation

README

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.

Commit count: 14

cargo fmt