alamb opened a new issue, #219:
URL: https://github.com/apache/arrow-rs-object-store/issues/219

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   We hit got an error from S3 when uploading a 5GB file, even though S3 
supports objects up to 5TB. The reason we think is that there is a 5GB limit 
per "part" of a multi-part upload.
   
   Relevant AWS docs:
   
   [A single S3 PUT cannot exceed 
5GB](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)
   [Multipart uploads can be 5GB per part, up to 5TB 
total](https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html)
   
   
   **Describe the solution you'd like**
   object_store uploads data in multiple parts so the size limit is higher. 
Perhaps it will also be faster
   
   **Describe alternatives you've considered**
   
   **Additional context**
   Hit in the context of https://github.com/influxdata/influxdb_iox/pull/5834


-- 
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