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 fa211ce commit 008c3f3Copy full SHA for 008c3f3
src/zarr/storage/_obstore.py
@@ -83,7 +83,7 @@ def __init__(self, store: _UpstreamObjectStore, *, read_only: bool = False) -> N
83
self.store = store
84
85
def __str__(self) -> str:
86
- return f"object://{self.store}"
+ return f"object_store://{self.store}"
87
88
def __repr__(self) -> str:
89
return f"ObjectStore({self})"
0 commit comments