makville/cakephp-storage-plugin

MakvilleStorage plugin for CakePHP

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/makville/cakephp-storage-plugin

2.0.0 2020-01-18 12:47 UTC

This package is auto-updated.

Last update: 2025-10-10 21:53:09 UTC


README

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require makville/cakephp-storage-plugin

Configure AWS Bucket

Configure::write('aws_key', 'key');
Configure::write('aws_secret', 'secret');
Configure::write('aws_bucket', 'root bucket'); //the website e.g example.com is a good choice.
Configure::write('aws_version', '2006-03-01'); //use this like this
Configure::write('aws_region', 'region'); //e.g us-west-2