Skip to content

[FEATURE] Allow s3Location as Document and Image Source #1482

@ctoh-skechers

Description

@ctoh-skechers

Problem Statement

Since Bedrock supports s3Location as an document/image source, please allow Strands SDK to also support that.

	"messages": [
		{
			"document": {
				"name": "file",
				"format": "docx",
				"source": {
					"s3Location": {
						"uri": "s3://......"
					}
				}
			}
		},
		{
			"text": "summarize this document please"
		}
	]

Proposed Solution

No response

Use Case

This is needed to allow the ability to have large files in context for certain models

Alternatives Solutions

No response

Additional Context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions