Aruna Object Storage (AOS) rust-api

This repo contains the Rust api builds for the Aruna storage. It is derived from the API Definitions.

Structure

The API contains three main sections:

Storage

The storage section is divided in two sub-sections:

Notifications

The Notification section provides a set of RPCs that are used to interact with the notification system. The notification system uses nats.io as its underlying service. The service definition can be found here.

Internal

This contains definitions for internal APIs that are used by different (micro) services internally. These endpoints are not exposed to external users. Currently the main use is the interaction with the storage proxy that bundles multiple storage methods (S3, local file system etc.) in one service that provides stable pre-authenticated up- and download URLs for users.

License

The API is licensed under the Apache 2.0 license. See the License file for more information.