- Copy or clone repo to the
/packages/directory - Run
composer installto download dependencies - Install via the concrete5 Dashboard
- Add three constants to
/application/config/site.php
define('AWS_S3_STORAGE_KEY', 'Your AWS S3 Key');
define('AWS_S3_STORAGE_SECRET', 'Your AWS S3 Secret');
define('AWS_S3_STORAGE_BUCKET', 'Your AWS S3 Bucket');- Add the storage location Dashboard > System > Files > Storage
- Set the new storage location as the default
- This is for the concrete5.7 Beta and will not work on the current stable concrete5.6
- This is alpha software that may have breaking changes in the future
- There has been very little testing
- MIT