Cargo Features
obstinate has no features set by default.
[dependencies]
obstinate = { version = "0.1.2", features = ["async", "aws", "azure", "gcp", "http"] }
- async aws? azure? gcp? http?
-
Cloud support.
- aws = async
-
Enables aws of object_store ^0.6.1
- azure = async
-
Enables azure of object_store ^0.6.1
- gcp = async
-
Enables gcp of object_store ^0.6.1
- http = async
-
Enables http of object_store ^0.6.1