wp-media / wp-media/backwpup

AWS S3 credentials and settings in wp-config file

Open
#100 0 comments 0 reactions 0 assignees View on GitHub

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'
	) ) );

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.