Skip to content

Commit b85ef3e

Browse files
committed
obj: add ca_bundle option
Signed-off-by: Zirui Liu <[email protected]>
1 parent d4514e7 commit b85ef3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

benchmark/kvbench/commands/args.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ def nixl_bench_args(func):
264264
type=str,
265265
help="Required checksum type for S3 backend [supported, required] (only used with OBJ backend)",
266266
)(func)
267+
func = click.option(
268+
"--obj_ca_bundle",
269+
type=str,
270+
help="Path to CA bundle for S3 backend (only used with OBJ backend)",
271+
)(func)
267272
return func
268273

269274

0 commit comments

Comments
 (0)