Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Oct 9, 2024
1 parent bc953d6 commit 6e95e77
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions v2.4.x/site/en/adminGuide/clouds/aws/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,20 @@ For more details, refer to [IAM OIDC](https://docs.aws.amazon.com/eks/latest/use
{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::<bucket-name>"
]
},
{
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:PutObject",
"s3:ListBucket",
"s3:DeleteObject"
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::<bucket-name>",
"arn:aws:s3:::<bucket-name>/*"
]
}
Expand Down

0 comments on commit 6e95e77

Please sign in to comment.