Skip to content

Commit 4175a29

Browse files
authored
rm GetBucketLocation priviledge for dedicated import (#21265)
1 parent e1f263a commit 4175a29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tidb-cloud/dedicated-external-storage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Configure the bucket access for TiDB Cloud and get the Role ARN as follows:
6868
"Sid": "VisualEditor1",
6969
"Effect": "Allow",
7070
"Action": [
71-
"s3:ListBucket",
72-
"s3:GetBucketLocation"
71+
"s3:ListBucket"
7372
],
7473
"Resource": "<Your S3 bucket ARN>"
7574
}

0 commit comments

Comments
 (0)