Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
March 2018
Mar 30 Fri · 11:32
Forums med
Posted a reply to Is it possible to set ILAB_AWS_S3_ACCESS_KEY via wp-config.php, on the site WordPress.org Forums:
No, but you can set env variables from your wp-config.php: putenv("ILAB_AWS_S3_BUCKET=my-wp-bucket"); putenv("ILAB_AWS_S3_ACCESS_KEY=56NMA...KIAGUBA"); putenv("ILAB_AWS_S3_ACCESS_SECRET=pW5nI1s...jsoMwFq"); putenv("ILAB_AWS_S3_REGION=eu-central-1"); And…