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:
@@ -1,2 +1,3 @@
|
||||
mcp[cli]>=1.6.0
|
||||
httpx>=0.27
|
||||
boto3>=1.34
|
||||
|
||||
Reference in New Issue
Block a user