Skip to content

feat: add endpoint_url parameter to S3SessionManager#1934

Open
tealgreen0503 wants to merge 1 commit intostrands-agents:mainfrom
tealgreen0503:feat/s3-session-manager-endpoint-url
Open

feat: add endpoint_url parameter to S3SessionManager#1934
tealgreen0503 wants to merge 1 commit intostrands-agents:mainfrom
tealgreen0503:feat/s3-session-manager-endpoint-url

Conversation

@tealgreen0503
Copy link

Description

Add endpoint_url parameter to S3SessionManager, enabling use with S3-compatible storage backends (e.g., MinIO, LocalStack) and VPC endpoints. This aligns with the existing BedrockModel pattern.

session_manager = S3SessionManager(
    session_id="my-session",
    bucket="my-bucket",
    endpoint_url="http://localhost:9000",
)

Resolves: #1794

Related Issues

#1794

Documentation PR

N/A

Type of Change

New feature

Testing

  • I ran hatch run prepare

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add endpoint_url parameter to S3SessionManager for S3-compatible storage backends

1 participant