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 e9a9b12 commit fd854f5Copy full SHA for fd854f5
1 file changed
tests/test_store/test_fsspec.py
@@ -440,3 +440,9 @@ async def test_with_read_only_auto_mkdir(tmp_path: Path) -> None:
440
441
store_w = FsspecStore.from_url(f"file://{tmp_path}", storage_options={"auto_mkdir": False})
442
_ = store_w.with_read_only()
443
+
444
+def test_swift_store() -> None:
445
+ """
446
+ Test creating an FsspecStore with a SWIFT URL.
447
448
+ store = FsspecStore.from_url("swift://swift.dkrz.de/dkrz_xxx/testcontainer/test.zarr")
0 commit comments