Skip to content

Commit c48fa6a

Browse files
committed
Open question on whether to allow parallel file uploads
1 parent b89504d commit c48fa6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

peps/pep-0694.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,15 @@ However, the ability to preview stages before they're published does complicate
942942
this proposal. We could defer this feature for later, although if we do, we should still keep the
943943
optional ``nonce`` for token generation, in order to be easily future proof.
944944

945+
Allow parallel file uploads
946+
---------------------------
947+
948+
While this PEP explicitly disallows upload of file chunks in parallel, it current is silent on
949+
whether multiple files can be uploaded to a stage in parallel. The question is whether we should
950+
explicitly disallow parallel file uploads, or leave it as a server option. This PEP should not
951+
require parallel file uploads, since that could potentially impose an unacceptable processing burden
952+
for some server implementations.
953+
945954

946955
Multipart Uploads vs tus
947956
------------------------

0 commit comments

Comments
 (0)