A mahara plugin containing Amazon's SDK for PHP.
To use the SDK, simply include the autoloader contained within this plugin.
require_once(get_config('docroot') . '/module/aws/sdk/aws-autoloader.php');
If you are writing a plugin that will use this SDK, it is recommended that you add this to the plugin's version.php:
$plugin->dependencies = array(
'module_aws' => 2025010900
);
There is a growing collection of various mahara plugins that require these AWS libraries in order to work. We don't want to have multiple copies of these libraries bundled into each plugin, firstly because they are quite large, but also because it can cause issues with library namespaces and php auto loading.
Plugins that depend on this library are:
https://github.com/catalyst/mahara-module_objectfs
Mahara version | Branch |
---|---|
Mahara 24.04 | 24.04_STABLE |
Mahara 17.04 - 23.04 | master |
You can get the latest version of this plugin from https://github.com/catalyst/mahara-module_aws.
git clone https://github.com/catalyst/mahara-module_aws.git htdocs/module/aws
This plugin was developed by Catalyst IT Australia:
Issues, and pull requests using github are welcome and encouraged!
https://github.com/catalyst/mahara-module_aws/issues
If you would like commercial support or would like to sponsor additional improvements to this plugin please contact us: