Cargo Features

[dependencies]
remotefs-aws-s3 = { version = "0.4.2", default-features = false, features = ["find", "no-log", "github-actions", "with-containers"] }
default = find

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

find default

misc

Enables find of remotefs

no-log

Enables max_level_off of log

github-actions

tests

with-s3-ci with-containers