Skip to content

Commit 1ec2e8b

Browse files
authored
fix(storage): Allow change role_arn and external_id (#18076)
Signed-off-by: Xuanwo <[email protected]>
1 parent 618f5d1 commit 1ec2e8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/meta/app/src/storage/storage_params.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ impl StorageParams {
200200
s1.access_key_id = s2.access_key_id;
201201
s1.secret_access_key = s2.secret_access_key;
202202
s1.security_token = s2.security_token;
203+
s1.role_arn = s2.role_arn;
204+
s1.external_id = s2.external_id;
203205
s1.master_key = s2.master_key;
204206
s1.network_config = s2.network_config;
205207
Ok(Self::S3(s1))

0 commit comments

Comments
 (0)