Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions playwright_news_crawler/daum_news_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down