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 provides ObjectScale clients to manage for all the resources.
  • bucket is for bucket resource definition.
  • iam is for identity and access management resources definition.
  • tenant is for tenant definition.

Modules§

bucket
Define the bucket details.
client
Applications should use create ManagementClient and ObjectstoreClient to manage ObjectScale resources.
iam
Defines identity and access resources details.
tenant
Define the tenant details.