Skip to content

engines/http: fix file name#1933

Merged
axboe merged 1 commit into
axboe:masterfrom
sfc-gh-rnarubin:http-filename-fix
Jul 8, 2025
Merged

engines/http: fix file name#1933
axboe merged 1 commit into
axboe:masterfrom
sfc-gh-rnarubin:http-filename-fix

Conversation

@sfc-gh-rnarubin
Copy link
Copy Markdown
Contributor

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.

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 <[email protected]>
@axboe axboe merged commit 010b8ba into axboe:master Jul 8, 2025
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants