- .*test_container_synchronization.*
- .*test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds
- .*test_object_services.ObjectTest.test_create_object_with_transfer_encoding
- - .*test_container_services.ContainerTest.test_create_container_with_remove_metadata_key
- - .*test_container_services.ContainerTest.test_create_container_with_remove_metadata_value
- .*test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time
- .*test_object_expiry.ObjectExpiryTest.test_get_object_at_expiry_time
+ - .*test_account_services.AccountTest.test_list_no_account_metadata
overrides:
ceph:
static constexpr uint32_t MATCH_POLICY_ARN = 0x04;
static constexpr uint32_t MATCH_POLICY_STRING = 0x08;
-extern bool match_policy(std::string_view pattern, std::string_view input,
+extern bool match_policy(const std::string& pattern, const std::string& input,
uint32_t flag);
- extern std::string camelcase_dash_http_attr(const std::string& orig);
- extern std::string lowercase_dash_http_attr(const std::string& orig);
+ extern std::string camelcase_dash_http_attr(const std::string& orig, bool convert2dash = true);
+ extern std::string lowercase_dash_http_attr(const std::string& orig, bool bidirection = false);
void rgw_setup_saved_curl_handles();
void rgw_release_all_curl_handles();