ossify 0.4.0

A modern, easy-to-use, and reqwest-powered Rust SDK for Alibaba Cloud Object Storage Service (OSS)
Documentation
1
2
3
4
5
mod get_symlink;
mod put_symlink;

pub use get_symlink::*;
pub use put_symlink::*;