Right now the http feature is not included
|
object_store = { version = "0.5.6", features = [ |
|
"azure", |
|
"aws", |
|
"gcp", |
|
"aws_profile", |
|
] } |
We should include the http feature as well; it should be low impact. This should be a small PR; I'll wait until some of the other PRs have been merged.
Right now the
httpfeature is not includedobject-store-python/object-store/Cargo.toml
Lines 13 to 18 in 4f0454f
We should include the
httpfeature as well; it should be low impact. This should be a small PR; I'll wait until some of the other PRs have been merged.