Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
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 |