A Chassis extension to install and configure Fake S3 on your Chassis server.
- Add this extension to your extensions directory
git clone git@github.com:Chassis/FakeS3.git extensions/fakes3 - Run
vagrant provision. - Copy the
fakes3-mu-plugin.phpfile to yourmu-pluginsdirectory to support S3 Uploads.
You can configure the path on the server and the port used in your chassis config file.
fakes3:
port: 1234
path: /some/custom/pathDepending on how you connect to S3 you may need to set the S3 server path and region.
Check the local-config.php for the settings you can define.
Constants are already configured to work with the S3 Uploads plugin so if you use that then there's nothing further to do!