feat: S3 upload on conversion complete (save_to_s3 param)

Adds optional save_to_s3=True to convert_document. After conversion,
the text output is uploaded to chat-artifacts S3 and s3_url is returned
alongside the result. Also fixes boto3 1.35+ checksum regression
(request_checksum_calculation=when_required) and adds boto3 dep.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-05-21 09:29:09 +02:00
parent cf451ad784
commit 0cd51ddd4c
2 changed files with 67 additions and 7 deletions
+1
View File
@@ -1,2 +1,3 @@
mcp[cli]>=1.6.0
httpx>=0.27
boto3>=1.34