engines/http: Add S3 security token support
authorRenar Narubin <renar.narubin@snowflake.com>
Mon, 7 Jul 2025 21:38:17 +0000 (14:38 -0700)
committerRenar Narubin <renar.narubin@snowflake.com>
Tue, 8 Jul 2025 22:51:48 +0000 (15:51 -0700)
commit7fdd1046678555f043e34779d511882ab918946a
tree59a7cd5f0e3ca2193140facd47a832b48480a6d8
parent7037b833e175aae32900b73bf597aad08c1d8472
engines/http: Add S3 security token support

Security tokens are an element of S3 authorization in some environments. This
change adds a parameter to allow users to specify a security token, and pass
this to S3 requests with the appropriate header.

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