engines/http: fix file name
authorRenar Narubin <renar.narubin@snowflake.com>
Mon, 30 Jun 2025 18:22:30 +0000 (18:22 +0000)
committerRenar Narubin <renar.narubin@snowflake.com>
Mon, 30 Jun 2025 22:02:07 +0000 (22:02 +0000)
commit404ab60e2566c2b7dc3c7b1cf66aa5dbdb651c2b
treed530f8a1e452ad2b97a14337b324990a7987c420
parent7037b833e175aae32900b73bf597aad08c1d8472
engines/http: fix file name

Previously when using the HTTP engine and nrfiles > 1, the engine would
upload a single object N times, instead of N files once. This was due to
a file name reference using the first item in the files list, instead of
the file name passed in the IO information.

Signed-off-by: Renar Narubin <renar.narubin@snowflake.com>
engines/http.c