Crate s3_manifest

Source
Expand description

Strongly-typed manifest structs used by Amazon S3 in Rust

§Example
    let data = include_bytes!("manifest.json");

    // slice to struct
    let parsed: InventoryManifest = serde_json::from_slice(data).unwrap();
    // struct to string
    let output: String = serde_json::to_string(&parsed).unwrap();

Modules§

batch
definitions for S3 Batch Completion Report
inventory
definitions for S3 Inventory
lens
definitions for S3 Storage Lens Metrics Export