oci_api/services/object_storage/
mod.rs

1pub mod client;
2pub mod models;
3
4pub use client::{Bucket, ObjectStorage};
5pub use models::Object;