We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1971a commit ef2d0daCopy full SHA for ef2d0da
crates/io/src/store.rs
@@ -35,7 +35,7 @@ where
35
}
36
37
#[cfg(feature = "store-azure")]
38
- if matches!(scheme, ObjectStoreScheme::AmazonS3) {
+ if matches!(scheme, ObjectStoreScheme::MicrosoftAzure) {
39
let mut builder = object_store::azure::MicrosoftAzureBuilder::from_env();
40
for (key, value) in options {
41
builder = builder.with_config(key.as_ref().parse()?, value);
0 commit comments