Crate objectscale_client

source ·
Expand description

A Rust client for ObjectScale.

ObjectScale ObjectScale is high-performance containerized object storage built for the toughest applications and workloads— AI, analytics and more.

ObjectScale client in Rust provides a few APIs at high level:

  • Client creates an ObjectScale client.
  • Bucket is for provisioning and managing buckets.
  • IAM is for identity and access management operations.

Modules§

  • Implements the API interface for provisioning and managing buckets.
  • Applications should always use this ManagementClient to manage ObjectScale resources.
  • Implements the API interface for identity and access management operations.