Home
last modified time | relevance | path

Searched refs:opt_s3_region (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Daria_s3_copy.cc38 static const char *opt_s3_region="eu-north-1"; variable
59 (char**) &opt_s3_region, (char**) &opt_s3_region, 0,
212 opt_s3_region, opt_s3_host_name))) in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/maria/
H A Daria_s3_copy.cc38 static const char *opt_s3_region="eu-north-1"; variable
59 (char**) &opt_s3_region, (char**) &opt_s3_region, 0,
212 opt_s3_region, opt_s3_host_name))) in main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/xbcloud/
H A Dxbcloud.cc84 static char *opt_s3_region = nullptr; variable
256 {"s3-region", OPT_S3_REGION, "S3 region.", &opt_s3_region, &opt_s3_region,
418 get_env_value(opt_s3_region, "S3_DEFAULT_REGION"); in get_env_args()
425 get_env_value(opt_s3_region, "AWS_DEFAULT_REGION"); in get_env_args()
431 get_env_value(opt_s3_region, "DEFAULT_REGION"); in get_env_args()
1075 std::string region = opt_s3_region != nullptr ? opt_s3_region : "us-east-1"; in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/xbcloud/
H A Dxbcloud.cc82 static char *opt_s3_region = nullptr; variable
258 {"s3-region", OPT_S3_REGION, "S3 region.", &opt_s3_region, &opt_s3_region,
435 get_env_value(opt_s3_region, "S3_DEFAULT_REGION"); in get_env_args()
443 get_env_value(opt_s3_region, "AWS_DEFAULT_REGION"); in get_env_args()
449 get_env_value(opt_s3_region, "DEFAULT_REGION"); in get_env_args()
1108 std::string region = opt_s3_region != nullptr ? opt_s3_region : "us-east-1"; in main()