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 manages an ObjectScale client and contains CRUD interfaces for all the resources.
  • bucket is for bucket management.
  • iam is for identity and access management resources management.
  • tenant is for tenant management.

Modules§

  • Define the bucket details.
  • Applications should always use this ManagementClient to manage ObjectScale resources.
  • Defines identity and access resources details.
  • Define the tenant details.