Skip to content

Commit

Permalink
Update zarr upload process design doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt committed Feb 21, 2023
1 parent 213086e commit ec5f69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/design/zarr-performance-redesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sequenceDiagram
Server-->>-Client: PENDING Zarr Archive
loop for each file
Client->>+Server: Request signed URLs
Client->>+Server: Request signed URLs (w/ path and md5)
Server-->>-Client: A list of signed URLs
Client->>+S3: Upload individual file using signed URL
end
Expand All @@ -120,7 +120,7 @@ sequenceDiagram
Client->>+Client: Verify zarr checksum with local
```

(Step 1): **`dandi-cli` computes the Zarr checksum locally**. (Note that this step can actually be taken any time before step 12; it is listed here arbitrarily.)
(Step 1): **`dandi-cli` computes the Zarr checksum locally**.

(Steps 2 and 3): `dandi-cli` asks the server to create a new Zarr archive, which is put into the `PENDING` state.

Expand Down

0 comments on commit ec5f69e

Please sign in to comment.