Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
AWS Client factory. More...
Static Public Member Functions | |
static | get_client (string $class, array $opts) |
Get an AWS client with moodle specific HTTP configuration. | |
AWS Client factory.
Retrieves a client with moodle specific HTTP configuration.
|
static |
Get an AWS client with moodle specific HTTP configuration.
string | $class | Fully qualified AWS classname e.g. Aws\S3\S3Client |
array | $opts | array of constructor options for AWS Client. |
AwsClient |