ossify 0.4.0

A modern, easy-to-use, and reqwest-powered Rust SDK for Alibaba Cloud Object Storage Service (OSS)
Documentation
pub mod access_monitor;
pub mod access_point;
pub mod acl;
pub mod anti_ddos;
pub mod archive_direct_read;
pub mod base;
pub mod cname;
pub mod cors;
pub mod data_accelerator;
pub mod data_indexing;
pub mod encryption;
pub mod https_config;
pub mod inventory;
pub mod lifecycle;
pub mod live_channel;
pub mod logging;
pub mod object_fc_access_point;
pub mod policy;
pub mod public_access_block;
pub mod qos;
pub mod redundancy_transition;
pub mod referer;
pub mod replication;
pub mod request_payment;
pub mod requester_qos;
pub mod resource_group;
pub mod resource_pool_bucket_group;
pub mod retention;
pub mod style;
pub mod tagging;
pub mod transfer_acceleration;
pub mod versioning;
pub mod website;

// Re-export everything so callers can `use ossify::ops::bucket::*` and get
// every bucket-level type and trait.
pub use access_monitor::*;
pub use access_point::*;
pub use acl::*;
pub use anti_ddos::*;
pub use archive_direct_read::*;
pub use base::*;
pub use cname::*;
pub use cors::*;
pub use data_accelerator::*;
pub use data_indexing::*;
pub use encryption::*;
pub use https_config::*;
pub use inventory::*;
pub use lifecycle::*;
pub use live_channel::*;
pub use logging::*;
pub use object_fc_access_point::*;
pub use policy::*;
pub use public_access_block::*;
pub use qos::*;
pub use redundancy_transition::*;
pub use referer::*;
pub use replication::*;
pub use request_payment::*;
pub use requester_qos::*;
pub use resource_group::*;
pub use resource_pool_bucket_group::*;
pub use retention::*;
pub use style::*;
pub use tagging::*;
pub use transfer_acceleration::*;
pub use versioning::*;
pub use website::*;