oci-api 0.6.0

OCI (Oracle Cloud Infrastructure) API client for Rust
Documentation
1
2
3
4
5
pub mod client;
pub mod models;

pub use client::{Bucket, ObjectStorage};
pub use models::Object;