mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 14:24:54 +00:00
We are only using list_multipart_parts right now in the uploads controller for multipart uploads to check if the upload exists; thus we don't need up to 1000 parts. Also adding a note for future explorers that list_multipart_parts only gets 1000 parts max, and adding params for max parts and starting parts.