Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sebastian-hsu/adaabd4bb7d8ce335e1fd40162af0f7d to your computer and use it in GitHub Desktop.
Save sebastian-hsu/adaabd4bb7d8ce335e1fd40162af0f7d to your computer and use it in GitHub Desktop.
wp-config.php AWS Keys
/* AWS */
define( 'DBI_AWS_ACCESS_KEY_ID', $_SERVER['AWS_ACCESS_KEY_ID'] );
define( 'DBI_AWS_SECRET_ACCESS_KEY', $_SERVER['AWS_SECRET_ACCESS_KEY'] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment