mirror of
https://github.com/hzrd149/blossom.git
synced 2025-12-08 14:58:49 +00:00
fix typo
This commit is contained in:
@@ -74,10 +74,9 @@ Example response:
|
|||||||
|
|
||||||
(optional using the /mirror endpoint)
|
(optional using the /mirror endpoint)
|
||||||
|
|
||||||
1. Client sends the `url` to Server C `/mirror` using the original authorization event
|
1. Client sends the `url` to Server C `/mirror` using the compressed authorization event
|
||||||
1. Server C downloads blob from Server A or B using the url field
|
1. Server C downloads blob from Server A or B using the url field
|
||||||
1. Server C verifies downloaded blob hash matches `x` tag in authorization event
|
1. Server C verifies downloaded blob hash matches `x` tag in authorization event (using sha256 or compressed.sha256)
|
||||||
1. Server C verify the metadata matches the original blob compressing the blob locally with the same parameters
|
|
||||||
1. Server C returns [Blob Descriptor](./02.md#blob-descriptor)
|
1. Server C returns [Blob Descriptor](./02.md#blob-descriptor)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user