Cargo Features
tsdb_timon has no features set by default.
[dependencies]
tsdb_timon = { version = "1.0.7", features = ["s3_sync"] }
- s3_sync = object_store, url
-
Affects
tsdb_timon::android.Java_com_rustexample_TimonModule_initBucket
,tsdb_timon::android.Java_com_rustexample_TimonModule_queryBucket
,tsdb_timon::android.Java_com_rustexample_TimonModule_sinkMonthlyParquet
,tsdb_timon::ios.Java_com_rustexample_TimonModule_initBucket
,tsdb_timon::ios.Java_com_rustexample_TimonModule_queryBucket
,tsdb_timon::ios.Java_com_rustexample_TimonModule_sinkMonthlyParquet
,timon_engine::cloud_sync
,timon_engine::init_bucket
,timon_engine::query_bucket
,timon_engine::sink_monthly_parquet
…
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.
- object_store s3_sync?
-
Enables object_store ^0.10.2
- url s3_sync?