benjaminmedia/wp-s3-must-use

Automatically Enables and configures the WP Offload S3 module.

Installs: 60

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 22

Forks: 0

Open Issues: 0

Type:wordpress-muplugin

v0.1.4 2016-10-28 09:17 UTC

This package is auto-updated.

Last update: 2024-04-12 21:05:09 UTC


README

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

    "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"
		]
	},