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: 8 months ago
JSON representation
Automatically Enables and configures the WP Offload S3 module.
- Host: GitHub
- URL: https://github.com/benjaminmedia/wp-s3-must-use
- Owner: BenjaminMedia
- Created: 2016-02-15T09:47:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T14:00:29.000Z (over 9 years ago)
- Last Synced: 2025-03-26T14:54:36.506Z (about 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
},
```