Skip to content

Instantly share code, notes, and snippets.

@mklasen
Created May 16, 2017 12:03
Show Gist options
  • Save mklasen/5360b1042f9f6e716411d1981ee9603b to your computer and use it in GitHub Desktop.
Save mklasen/5360b1042f9f6e716411d1981ee9603b to your computer and use it in GitHub Desktop.
S3 wp-config.php
define( 'S3_UPLOADS_BUCKET', '' );
define( 'S3_UPLOADS_KEY', '' );
define( 'S3_UPLOADS_SECRET', '');
define( 'S3_UPLOADS_REGION', 'eu-central-1' ); // the s3 bucket region, required for Frankfurt and Beijing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment