Skip to content

Commit

Permalink
Explain multiple use for concatenation
Browse files Browse the repository at this point in the history
Closes #191
  • Loading branch information
Acconut committed Oct 23, 2023
1 parent 61083ff commit b671c1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,10 @@ When creating a new final upload the partial uploads' metadata SHALL NOT be
transferred to the new final upload. All metadata SHOULD be included in the
concatenation request using the `Upload-Metadata` header.

The Server MAY delete partial uploads after concatenation. They MAY however be
used multiple times to form a final resource.
The Server MAY delete partial uploads after concatenation. The Client, however,
MAY attempt to use a partial upload multiple times. The same partial upload MAY
be present multiple times in the `Upload-Concat` header in one upload creation
request or MAY be used in multiple upload creation requests.

The Server MUST respond with the `403 Forbidden` status to `PATCH` requests against
a final upload URL and MUST NOT modify the final or its partial uploads.
Expand Down

0 comments on commit b671c1f

Please sign in to comment.