We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4514e7 commit b85ef3eCopy full SHA for b85ef3e
benchmark/kvbench/commands/args.py
@@ -264,6 +264,11 @@ def nixl_bench_args(func):
264
type=str,
265
help="Required checksum type for S3 backend [supported, required] (only used with OBJ backend)",
266
)(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)
272
return func
273
274
0 commit comments