From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:42c9:: with SMTP id g9mr4576417qtm.127.1568396517417; Fri, 13 Sep 2019 10:41:57 -0700 (PDT) X-Received: by 2002:a05:6830:1e46:: with SMTP id e6mr34751073otj.76.1568396516959; Fri, 13 Sep 2019 10:41:56 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!o24no3500467qtl.0!news-out.google.com!x7ni290qtf.0!nntp.google.com!o24no3500457qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 13 Sep 2019 10:41:56 -0700 (PDT) In-Reply-To: <7241c566-26bf-4f66-b808-bb2ddcc5ff10@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.160.103.146; posting-account=1tLBmgoAAAAfy5sC3GUezzrpVNronPA- NNTP-Posting-Host: 192.160.103.146 References: <96ceadae-90dd-4781-9223-3a50ad1668ef@googlegroups.com> <7241c566-26bf-4f66-b808-bb2ddcc5ff10@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: libcurl with Ada - how to HTTP POST transfer with large file upload From: Matt Borchers Injection-Date: Fri, 13 Sep 2019 17:41:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2048 X-Received-Body-CRC: 2465416377 Xref: reader01.eternal-september.org comp.lang.ada:57146 Date: 2019-09-13T10:41:56-07:00 List-Id: Thanks guys, CURL is being used purely for historical reasons. As I said, this portion = of the code has been in place and nearly untouched for 10-15 years. My pro= blem arose when we switched to using the newest compiler. Perhaps the olde= r version of AWS wasn't as full-featured or robust as the newest version? You are both correct that I think I can get rid of the dependency on CURL. = I am now trying to rewrite the "upload file" portion of the code with only= AWS. It seems to be sending the data correctly, but the server is respond= ing with a 500 error code -- thank you server, not helpful.