AWS S3 credentials and settings in wp-config file
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 95
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Should be great set all S3 options in wp-config.php file like other plugins by security reasons and to avoid not admin access to config.
For example:
define( 'BACKWPUP_SETTINGS', serialize( array(
'AWS-KEY-ID' => '****************THVQ',
'AWS-SECRET-KEY' => '****************hgMK',
'AWS-BUCKET' => 's3::bucket-name'
) ) );

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with wp-config.php and compare the requested BACKWPUP_SETTINGS example with the plugin's current AWS S3 settings. Determine how credentials, the secret key, and bucket value should be supplied there; done means all S3 options can be configured from wp-config.php rather than requiring admin access.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, php
- Domain
- cloud, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100