Skip to content

Commit 008c3f3

Browse files
kylebarrondcherian
andauthored
Update src/zarr/storage/_obstore.py
Co-authored-by: Deepak Cherian <[email protected]>
1 parent fa211ce commit 008c3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/_obstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, store: _UpstreamObjectStore, *, read_only: bool = False) -> N
8383
self.store = store
8484

8585
def __str__(self) -> str:
86-
return f"object://{self.store}"
86+
return f"object_store://{self.store}"
8787

8888
def __repr__(self) -> str:
8989
return f"ObjectStore({self})"

0 commit comments

Comments
 (0)