Spaces:
Running on Zero
Running on Zero
File size: 805 Bytes
cbee686 ab04ed2 cbee686 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sagemaker:InvokeEndpointAsync",
"Resource": "arn:aws:sagemaker:us-east-1:244929314651:endpoint/medgemma-vllm-endpoint"
},
{
"Effect": "Allow",
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::medgemma-async-2026/input/*"
},
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": [
"arn:aws:s3:::medgemma-async-2026/output/*",
"arn:aws:s3:::medgemma-async-2026/failures/*"
]
},
{
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::medgemma-async-2026",
"Condition": {
"StringLike": {
"s3:prefix": ["output/*", "failures/*"]
}
}
}
]
}
|