Install the WordPress plugins:
- Install ‘Amazon Web Services’ Plugin and installed, activate the plugin. see image
- Defining your Amazon S3 access keys in wp-config.php, copy the following below command into wp-config.php and replace the stars with the keys:
define( ‘DBI_AWS_ACCESS_KEY_ID’, ‘********************’ );
define( ‘DBI_AWS_SECRET_ACCESS_KEY’, ‘****************************************’ ); - Install ‘WP Offload S3 Lite’ Plugin and installed, activate the plugin. see image
Integrate WP Offload S3 with Amazon S3
- Go to its settings then select option to ‘Browse Existing Buckets’. see image
- Select the bucket you’ve created earlier. see image
- Let’s go over these settings, starting with the Enable/Disable the Plugin section. see image