https://github.com/frc/wp-env-heroku-amazon-aws
https://github.com/frc/wp-env-heroku-amazon-aws
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frc/wp-env-heroku-amazon-aws
- Owner: frc
- Created: 2015-09-23T11:22:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T11:31:51.000Z (over 9 years ago)
- Last Synced: 2025-10-27T07:11:33.439Z (8 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 38
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-env-heroku-amazon-aws
Use environment variables to define named constants, which are required by these two plugins:
- amazon-web-services
- wp-amazon-s3-and-cloudfront
Accepted env keys:
- AWS_ACCESS_KEY_ID (used by amazon-web-services plugin)
- AWS_SECRET_ACCESS_KEY (used by amazon-web-services plugin)
- AWS_BUCKET (used by wp-amazon-s3-and-cloudfront >= 1.0)
- AWS_OBJECT_PREFIX (used by wp-amazon-s3-and-cloudfront >= 1.0)
Both AWS_BUCKET and AWS_OBJECT_PREFIX are optional. The plugin will read the values from the database if they are not set throguh environment. In such case, values are set from the wp-amazon-s3-and-cloudfront plugin settings page.