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
6
7
//! Object ACL operations.

mod get_object_acl;
mod put_object_acl;

pub use get_object_acl::*;
pub use put_object_acl::*;