From: Pritha Srivastava Date: Mon, 30 Apr 2018 07:28:52 +0000 (+0530) Subject: rgw: Adding manager, handler etc for STS. X-Git-Tag: v14.0.1~113^2~24 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e2873cdfa6f6874a10a74a25a535b84efc78e0fe;p=ceph.git rgw: Adding manager, handler etc for STS. Signed-off-by: Pritha Srivastava --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index dd9cf3e2fdc..76ec765113b 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -1545,3 +1545,4 @@ OPTION(rgw_acl_grants_max_num, OPT_INT) // According to AWS S3(http://docs.aws.a OPTION(rgw_cors_rules_max_num, OPT_INT) // According to AWS S3(http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html), An cors can have up to 100 rules. OPTION(rgw_delete_multi_obj_max_num, OPT_INT) // According to AWS S3(https://docs.aws.amazon.com/AmazonS3/latest/dev/DeletingObjects.html), Amazon S3 also provides the Multi-Object Delete API that you can use to delete up to 1000 objects in a single HTTP request. OPTION(rgw_website_routing_rules_max_num, OPT_INT) // According to AWS S3, An website routing config can have up to 50 rules. +OPTION(rgw_sts_entry, OPT_STR) diff --git a/src/common/options.cc b/src/common/options.cc index 32244382055..f8a7390a106 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5102,7 +5102,7 @@ std::vector