Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjaminmedia/wp-s3-must-use

Automatically Enables and configures the WP Offload S3 module.
https://github.com/benjaminmedia/wp-s3-must-use

Last synced: about 1 month ago
JSON representation

Automatically Enables and configures the WP Offload S3 module.

Awesome Lists containing this project

README

        

# requirements
you must add the following to your composer.json file in order for this plugin to work

``` javascript

"autoload": {
"files": [
"public/content/plugins/amazon-web-services/classes/aws-plugin-base.php",
"public/content/plugins/amazon-s3-and-cloudfront/classes/amazon-s3-and-cloudfront.php"
]
},

```