|
Moodle PHP Documentation 4.4
Moodle 4.4.9+ (Build: 20250711) (4ea86454947)
|
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 |