Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benjaminmedia/wp-s3-must-use
- Owner: BenjaminMedia
- Created: 2016-02-15T09:47:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T14:00:29.000Z (about 8 years ago)
- Last Synced: 2024-09-27T06:34:37.330Z (4 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 21
- 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"
]
},```