Home
last modified time | relevance | path

Searched refs:opt_s3_endpoint (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/xbcloud/
H A Dxbcloud.cc85 static char *opt_s3_endpoint = nullptr; variable
259 {"s3-endpoint", OPT_S3_ENDPOINT, "S3 endpoint.", &opt_s3_endpoint,
260 &opt_s3_endpoint, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
420 get_env_value(opt_s3_endpoint, "S3_ENDPOINT"); in get_env_args()
427 get_env_value(opt_s3_endpoint, "AWS_ENDPOINT"); in get_env_args()
432 get_env_value(opt_s3_endpoint, "ENDPOINT"); in get_env_args()
1084 opt_s3_endpoint != nullptr ? opt_s3_endpoint : "", in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/xbcloud/
H A Dxbcloud.cc83 static char *opt_s3_endpoint = nullptr; variable
261 {"s3-endpoint", OPT_S3_ENDPOINT, "S3 endpoint.", &opt_s3_endpoint,
262 &opt_s3_endpoint, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
437 get_env_value(opt_s3_endpoint, "S3_ENDPOINT"); in get_env_args()
445 get_env_value(opt_s3_endpoint, "AWS_ENDPOINT"); in get_env_args()
450 get_env_value(opt_s3_endpoint, "ENDPOINT"); in get_env_args()
1119 storage_class, opt_s3_endpoint != nullptr ? opt_s3_endpoint : "", in main()