Skip to content

Conversation

Konippi
Copy link
Contributor

@Konippi Konippi commented Sep 18, 2025

Issue #, if available:
resolve #68

Description of changes:
This PR adds optional S3 support to enable seamless integration between pandas and S3 data sources, addressing user requests to use pandas.read_csv("s3://bucket/file.csv") directly within Bedrock AgentCore applications.

for users

# uv
$ uv add "bedrock-agentcore[s3fs]"

# pip
$ pip install "bedrock-agentcore[s3fs]"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Konippi Konippi force-pushed the feat-support-s3fs branch 2 times, most recently from 5a4cb11 to 25a1adb Compare September 18, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessing S3 files
1 participant