修改数据库配置

This commit is contained in:
孙小云 2025-05-29 19:14:29 +08:00
parent d03cba6a14
commit cb5dc25817
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"admin:*"
]
},
{
"Effect": "Allow",
"Action": [
"kms:*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::*"
]
}
]
}