oss-api-client 1.2.0

A Rust-based object storage service system that provides functionalities similar to Alibaba Cloud OSS. Supports file upload, download, preview, bucket management and more, using Axum as the web framework and SeaORM as the database ORM.
Documentation
1
2
3
4
5
mod oss_api_client_utils;
mod oss_file_api_client;

pub use oss_api_client_utils::*;
pub use oss_file_api_client::*;