Steve Willard
07/15/2023, 1:13 PMIsan Rivkin
07/15/2023, 1:40 PMSteve Willard
07/15/2023, 5:57 PMIsan Rivkin
07/15/2023, 6:04 PMSteve Willard
07/15/2023, 6:08 PMIsan Rivkin
07/15/2023, 6:28 PMSteve Willard
07/15/2023, 10:46 PMIsan Rivkin
07/16/2023, 7:32 AMlakectl
does, for example to upload an object with a pre-sign feature look at clientUploadPreSignHelper API calls to lakeFS:
First it calls getPhysicalAddress to get a presigned URL to upload (without the need for AWS credentials, just lakeFS) and then LinkPhysicalAddressWithResponse.Steve Willard
07/17/2023, 1:15 AMlakectl
was super helpful. I ended up generating presigned URLs and linking them with another lakefs API call. That was super easy, and it worked great — thank you!!!!Isan Rivkin
07/17/2023, 5:55 AM