Skip to content

Commit b075fda

Browse files
committed
chore: update object store
1 parent 024e053 commit b075fda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["object-store"]
33

44
[patch.crates-io]
5-
object_store = { git = "https://github.com/roeap/arrow-rs/", rev = "6b7b34e7953a8aabd4d1b7cb068e3d61e27aed4a", features = [
5+
object_store = { git = "https://github.com/roeap/arrow-rs/", rev = "70fca1a61c688b9f58a08c97ed736d755a7da52d", features = [
66
"azure",
77
"aws",
88
"gcp",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The recommended url format is `az://<container>/<path>` and Azure always requier
115115
- `azure_storage_token`
116116
- [managed identity][azure-managed]
117117
- if using user assigned identity one of `azure_client_id`, `azure_object_id`, `azure_msi_resource_id`
118-
- `use_managed_identity`
118+
- if no other credential can be created, managed identity will be tried
119119
- [workload identity][azure-workload]
120120
- `azure_client_id`
121121
- `azure_tenant_id`

0 commit comments

Comments
 (0)