https://github.com/catalyst/mahara-module_aws
https://github.com/catalyst/mahara-module_aws
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/catalyst/mahara-module_aws
- Owner: catalyst
- License: gpl-3.0
- Created: 2017-11-09T23:39:30.000Z (over 8 years ago)
- Default Branch: 24.04_STABLE
- Last Pushed: 2025-01-09T06:36:05.000Z (over 1 year ago)
- Last Synced: 2025-04-05T00:41:24.278Z (about 1 year ago)
- Language: PHP
- Size: 7.86 MB
- Stars: 4
- Watchers: 28
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS SDK - Moodle Plugin
A mahara plugin containing Amazon's SDK for PHP.
To use the SDK, simply include the autoloader contained within this plugin.
```php
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:
```php
$plugin->dependencies = array(
'module_aws' => 2017030100
);
```
## Why does this exist? ##
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
## Supported Mahara Versions
This plugin requires Mahara 17.04 and above
## Installation
You can get the latest version of this plugin from https://github.com/catalyst/mahara-module_aws.
```bash
git clone https://github.com/catalyst/mahara-module_aws.git htdocs/module/aws
```
# Crafted by Catalyst IT
This plugin was developed by Catalyst IT Australia:
https://www.catalyst-au.net/

# Contributing and Support
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:
https://www.catalyst-au.net/contact-us