Created
October 8, 2016 14:55
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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