Cargo Features
[dependencies]
s3du = { version = "1.2.0", default-features = false, features = ["cloudwatch", "s3"] }
- default = cloudwatch, s3
-
Build with both CloudWatch and S3 support by default
- cloudwatch default = aws-sdk-cloudwatch
-
Only CloudWatch support
- s3 default = aws-sdk-s3, http
-
Only S3 support
Affects
client_config::ClientConfig.object_versions
,client_config::ClientConfig.endpoint
…
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.