-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-80736_main -
To support the use of SMS for an MFA factor, the AWS SDK has been included in core at lib/aws-sdk.
To make this easier, some code has been ported from Catalyst's local_aws plugin (aws_helper.php, client_factory.php and admin_settings_aws_region.php). However, this has been put inside factor_sms plugin, making it ugly (and according to the inter-component communication policy, illegal) for other plugins to use these helpers.
It would be nice if these could be moved to a core namespace (core\aws?) so that they can be used by other plugins.