lakeFS
lakeFS copied to clipboard
HL Python SDK: Support presign MPU when uploading objects
Currently when users in S3 are uploading objects > 5GB from the HL Python SDK, they will receive an error due to S3 limitations on single object upload size.
Since we recently introduced pre-sign MPUs in our Open API interface, we can use that to provide support for uploading objects larger than 5GB.