diff options
Diffstat (limited to 'test/s3/iam/README.md')
| -rw-r--r-- | test/s3/iam/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/s3/iam/README.md b/test/s3/iam/README.md index ba871600c..b28d0d262 100644 --- a/test/s3/iam/README.md +++ b/test/s3/iam/README.md @@ -257,7 +257,7 @@ Add policies to `test_config.json`: { "Effect": "Allow", "Action": ["s3:GetObject"], - "Resource": ["arn:seaweed:s3:::specific-bucket/*"], + "Resource": ["arn:aws:s3:::specific-bucket/*"], "Condition": { "StringEquals": { "s3:prefix": ["allowed-prefix/"] |
