Skip to content

Commit b671c1f

Browse files
author
Marius
authored
Explain multiple use for concatenation
Closes #191
1 parent 61083ff commit b671c1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

protocol.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,10 @@ When creating a new final upload the partial uploads' metadata SHALL NOT be
634634
transferred to the new final upload. All metadata SHOULD be included in the
635635
concatenation request using the `Upload-Metadata` header.
636636

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

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

0 commit comments

Comments
 (0)