Skip to content

Instantly share code, notes, and snippets.

@richstrauss
Created October 8, 2016 14:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save richstrauss/4b15342ef074f7dcad22e8f3b5c4427c to your computer and use it in GitHub Desktop.
Amazon Web Services and WP Offload S3 define AWS access key and secret key.
// https://deliciousbrains.com/wp-offload-s3/doc/quick-start-guide/
// To use the Amazon Web Services plugin and it’s addon WP Offload S3 you need to define an AWS access key and secret key.
define( 'AWS_ACCESS_KEY_ID', '####################' );
define( 'AWS_SECRET_ACCESS_KEY', '########################################' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment