oss-api 1.0.2

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 Actix-web as the web framework and SeaORM as the database ORM.
Documentation
1
2
3
4
5
6
7
8
# oss-rs-api

这是 oss-rs 项目的 API 定义部分,包含了以下模块:

- `api`: API 接口定义
- `dto`: 数据传输对象
- `vo`: 视图对象