aboutsummaryrefslogtreecommitdiff
path: root/test/s3/iam/STS_DISTRIBUTED.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/s3/iam/STS_DISTRIBUTED.md')
-rw-r--r--test/s3/iam/STS_DISTRIBUTED.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/s3/iam/STS_DISTRIBUTED.md b/test/s3/iam/STS_DISTRIBUTED.md
index b18ec4fdb..4d3edaf32 100644
--- a/test/s3/iam/STS_DISTRIBUTED.md
+++ b/test/s3/iam/STS_DISTRIBUTED.md
@@ -248,7 +248,7 @@ services:
3. User calls SeaweedFS STS AssumeRoleWithWebIdentity
POST /sts/assume-role-with-web-identity
{
- "RoleArn": "arn:seaweed:iam::role/S3AdminRole",
+ "RoleArn": "arn:aws:iam::role/S3AdminRole",
"WebIdentityToken": "eyJ0eXAiOiJKV1QiLCJhbGc...",
"RoleSessionName": "user-session"
}