frc / wp-env-heroku-amazon-aws
Export Amazon AWS configuration for amazon-web-services WP plugin.
Installs: 54 158
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 39
Forks: 1
Open Issues: 0
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-11-16 23:45:52 UTC
README
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.