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)