From 7923accf5fed61a0dcd5244f7618bdc87b940c75 Mon Sep 17 00:00:00 2001 From: Mike Yan Date: Sat, 16 Aug 2025 12:12:31 +0800 Subject: [PATCH] fix: update provate ecr policies for comfyui --- src/pipeline/backend/comfyui/ecr-policy.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/pipeline/backend/comfyui/ecr-policy.json diff --git a/src/pipeline/backend/comfyui/ecr-policy.json b/src/pipeline/backend/comfyui/ecr-policy.json deleted file mode 100644 index 5578c936..00000000 --- a/src/pipeline/backend/comfyui/ecr-policy.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "Version": "2008-10-17", - "Statement": [ - { - "Sid": "new statement", - "Effect": "Allow", - "Principal": "*", - "Action": [ - "ecr: CompleteLayerUpload", - "ecr: InitiateLayerUpload", - "ecr: ListImages", - "ecr:BatchCheckLayerAvailability", - "ecr:BatchGetImage", - "ecr:DescribeImages", - "ecr:DescribeRepositories", - "ecr:GetDownloadUrlForLayer" - ] - } - ] -}