From 4a348e15de95eb6fcfa86c4a0a23257875ba3816 Mon Sep 17 00:00:00 2001 From: TTOAI <2ju1230@gamil.com> Date: Mon, 17 Nov 2025 15:26:15 +0900 Subject: [PATCH] =?UTF-8?q?ACL=20public-read=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playwright_news_crawler/daum_news_splitter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playwright_news_crawler/daum_news_splitter.py b/playwright_news_crawler/daum_news_splitter.py index f3f0363..a787070 100644 --- a/playwright_news_crawler/daum_news_splitter.py +++ b/playwright_news_crawler/daum_news_splitter.py @@ -90,8 +90,7 @@ async def download_and_upload_image(self, session, img_url: str, doc_id: str): Bucket=s3_bucket, Key=s3_key, Body=content, - ContentType=content_type, - ACL="public-read", + ContentType=content_type ) except Exception as e: print("S3 업로드 실패:", e)