How to use assume role in plugin AS3CF_SETTINGS
-
Hi Team,
We are trying to access s3 bucket from Ec2 IAM role, but that bucket exist in another account.
We have already granted access to ec2 server to access bucket from another account as a assume role.
How we can use assume role or profile in wp-config file so our media will upload to another aws s3 account while using assume role?
our current config is like below:
define( ‘AS3CF_SETTINGS’, serialize( array(
? ? ‘provider’ => ‘aws’,
? ? ‘use-server-roles’ => true,
? ? ‘region’ => ‘ap-northeast-2’,
) ) );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to use assume role in plugin AS3CF_SETTINGS’ is closed to new replies.