Cargo Features

[dependencies]
flysystem = { version = "0.2.0", default-features = false, features = ["local", "s3"] }
default = local

The local feature is set by default whenever flysystem is added without default-features = false somewhere in the dependency tree.

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