Cargo Features

[dependencies]
rusty-s3 = { version = "0.5.0", default-features = false, features = ["full", "wasm_bindgen"] }
default = full

The full feature is set by default whenever rusty-s3 is added without default-features = false somewhere in the dependency tree.

full default

Enables parsing of time and base64 ^0.21, md-5, quick-xml ^0.30, serde, and serde_json

base64:

optional

Affects actions::list_objects_v2, multipart_upload::complete, multipart_upload::create, multipart_upload::list_parts, time_::ISO8601_EXT

wasm_bindgen

Enables wasm-bindgen of time