carloea2 opened a new issue, #4147:
URL: https://github.com/apache/texera/issues/4147

   ### What happened?
   
   Multipart uploads are able to complete successfully even when the final 
uploaded object exceeds the configured `single_file_upload_max_size_mib` limit. 
This allows uploading files larger than the intended max size through the 
multipart upload flow.
   
   
   ### How to reproduce?
   
   ## How to reproduce?
   
   1. Configure a small max upload size:
   
      * Set `site_settings.key = single_file_upload_max_size_mib` to `1` (1 
MiB).
   2. Start a multipart upload for a file larger than 1 MiB (e.g., 2 MiB) using 
the multipart endpoints.
   3. Upload the parts and call finish.
   4. Observe that the upload completes and the file is accessible despite 
exceeding the max.
   
   ### Version
   
   1.1.0-incubating (Pre-release/Master)
   
   ### Commit Hash (Optional)
   
   _No response_
   
   ### What browsers are you seeing the problem on?
   
   _No response_
   
   ### Relevant log output
   
   ```shell
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to