Cargo Features

[dependencies]
s3du = { version = "1.1.0", default-features = false, features = ["cloudwatch", "s3"] }
default = cloudwatch, s3

Build with both CloudWatch and S3 support by default

cloudwatch default = chrono, rusoto_cloudwatch

Only CloudWatch support

s3 default = rusoto_s3, url

Only S3 support

Affects client_config::ClientConfig.object_versions

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

chrono cloudwatch
rusoto_cloudwatch cloudwatch

Enables rusoto_cloudwatch ^0.46.0

rusoto_s3 s3

Enables rusoto_s3 ^0.46.0

url s3