rustack-s3-model 0.9.0

Rustack S3 data model types and structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Auto-generated from AWS S3 Smithy model. DO NOT EDIT.

mod bucket;
mod config;
mod list;
mod multipart;
mod object;

pub use bucket::*;
pub use config::*;
pub use list::*;
pub use multipart::*;
pub use object::*;