Skip to content

Add configurable max_pool_connections#33

Merged
TrevorBurgoyne merged 3 commits intomasterfrom
feature/max-pool
Mar 3, 2026
Merged

Add configurable max_pool_connections#33
TrevorBurgoyne merged 3 commits intomasterfrom
feature/max-pool

Conversation

@TrevorBurgoyne
Copy link
Member

Description

PR Checklist

  • Merged latest master
  • Updated version number in pyproject.toml.
  • Update README.md if needed.

Breaking Changes

@github-actions github-actions bot added the enhancement New feature or request label Mar 3, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the package version and adds a configurable max_pool_connections setting to influence the underlying boto3/botocore connection pool used by S3 clients/resources.

Changes:

  • Bump project version from 0.8.3 to 0.8.4 (and update lockfile accordingly).
  • Add cached botocore.config.Config creation in global config, wired into S3 client/resource construction.
  • Load/save max_pool_connections via the existing config file mechanism.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.

File Description
uv.lock Updates locked package version to 0.8.4.
pyproject.toml Bumps project version to 0.8.4.
S3MP/global_config.py Adds max_pool_connections + boto3 Config caching and applies it to S3 client/resource creation and config persistence.

@TrevorBurgoyne TrevorBurgoyne merged commit e5e21a0 into master Mar 3, 2026
5 checks passed
@TrevorBurgoyne TrevorBurgoyne deleted the feature/max-pool branch March 3, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants