Skip to content

Commit 7121c31

Browse files
committed
Fix zarr params to multi-part upload function
1 parent 7497969 commit 7121c31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dandi/files/zarr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,8 @@ def mkzarr() -> str:
765765
asset_path=it.entry_path,
766766
upload_prefix="/uploads/zarr",
767767
extra_init_fields={
768-
"zarr": {"chunk_key": it.entry_path, "zarr_id": zarr_id}
768+
"zarr_id": zarr_id,
769+
"chunk_key": it.entry_path,
769770
},
770771
jobs=jobs,
771772
)

0 commit comments

Comments
 (0)