An extension for phpBB 3.x that utilizes AWS S3 as the filesystem for uploaded files.
Clone into phpBB/ext/AustinMaddox/s3:
git clone https://github.com/AustinMaddox/phpbb-extension-s3.git phpBB/ext/AustinMaddox/s3
Set up the dependencies:
php composer.phar install --dev
Go to "ACP" > "Customise" > "Extensions" and enable the "AWS S3" extension.
If you want to install the extension in a live board, please only use official releases. Note that GitHub releases are NOT the releases you are looking for.
- Create a issue in the tracker.
- Submit a pull-request.