I checked both Access Key ID and Secret Access Key. Those are correct.
Additionally I checked the region of the S3 bucket and it is
Amazon Web Services Region: China (Beijing) cn-north-1
Below are my settings in wp-config.php file
define( 'AS3CF_SETTINGS', serialize( array(
'provider' => 'aws',
'access-key-id' => 'my_access_key_here',
'secret-access-key' => 'my_secret_key_here',
) ) );
define( 'AS3CF_REGION', 'cn-north-1' );
-
This reply was modified 2 years, 4 months ago by buddhikajm.
-
This reply was modified 2 years, 4 months ago by buddhikajm.