Cargo Features
[dependencies]
flysystem = { version = "0.2.0", default-features = false, features = ["local", "s3"] }
- default = local
-
The
local
feature is set by default wheneverflysystem
is added without
somewhere in the dependency tree.default-features = false - local default
-
Enables async-recursion, fs of tokio
Affects
adapters::local
… - s3
-
Enables aws-sdk-s3, aws-smithy-runtime-api, aws-smithy-types, and aws-types
Affects
adapters::s3
…