Robin Moffatt
03/03/2023, 6:02 PMD export database '<s3://drones03/main/drone-registrations/>' (format parquet);
94% ▕████████████████████████████████████████████████████████▍ ▏ Error: Invalid Error: IO Error: Unexpected response during S3 multipart upload finalization
It works just fine writing to a branch - I'm just interested in where to follow up re. improving the errorBarak Amar
03/03/2023, 6:06 PMAriel Shaqed (Scolnicov)
03/03/2023, 6:08 PMRobin Moffatt
03/06/2023, 9:21 AMtime="2023-03-06T11:22:57Z" level=error msg="could not update metadata" func="pkg/gateway/operations.(*PathOperation).finishUpload" file="build/pkg/gateway/operations/operation_utils.go:51" error="cannot write to protected branch" host="127.0.0.1:8000" matched_host=false method=POST operation_id=post_object path=foo.parquet physical_address=data/gp4jc9og1v5s73bu3j9g/cg2sq48g1v5s73bu3jag ref=main repository=drones03 request_id=6e0d5032-017a-410d-a6e6-fac8ad9bcc66 service_name=s3_gateway upload_id=79fdb595477b4f86ad73fcebb24b3b13 user=admin
Ariel Shaqed (Scolnicov)
03/06/2023, 1:18 PM``` auto open_tag_pos = result.find("<CompleteMultipartUploadResult", 0);
if (open_tag_pos == string::npos) {
throw IOException("Unexpected response during S3 multipart upload finalization");
}```
Robin Moffatt
03/06/2023, 3:07 PM