treeverse / lakeFS

lakeFS - Data version control for your data lake | Git for data
https://docs.lakefs.io
Apache License 2.0
4.38k stars 348 forks source link

Presigned Mutlipart Upload: Support GetPresignUploadPart #7795

Open N-o-Z opened 4 months ago

N-o-Z commented 4 months ago

"it would be nice to be able to dynamically request it similar to the S3 api (https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html)"

Suggestion to add a new endpoint for GetPresignUploadPart given address, upload ID and next part number, provide a presigned upload part URL

kesarwam commented 4 months ago

https://lakefs.slack.com/archives/C06USA5DCF2/p1716380039588039

ozkatz commented 4 months ago

Going by Rahij's answer:

Thanks, that's good enough for us right now - but yes it would be nice to be able to dynamically request it similar to the S3 api (https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html)

Seems like they have a working workaround for now.