lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

HL Python SDK: Support presign MPU when uploading objects

Open N-o-Z opened this issue 8 months ago • 0 comments

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.

N-o-Z avatar Jun 06 '24 07:06 N-o-Z