Skip to content

mkly/aws_s3_storage

Repository files navigation

S3 Storage

A concrete5 Add-On for storing files on Amazon Web Services S3

Installation

  • Copy or clone repo to the /packages/ directory
  • Run composer install to 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

Notes

  • 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

License

  • MIT

About

concrete5 Add-On to store files on Amazon Web Services S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages