Skip to content

Commit

Permalink
bump: version 2.8.2.dev32 → 2.8.2.dev33
Browse files Browse the repository at this point in the history
  • Loading branch information
tikolakin committed Sep 5, 2024
1 parent 2cb4db6 commit 365d957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version_provider = "pep621"
update_changelog_on_bump = false
[project]
name = "pytestomatio"
version = "2.8.2.dev32"
version = "2.8.2.dev33"

dependencies = [
"requests>=2.29.0",
Expand Down
1 change: 1 addition & 0 deletions pytestomatio/connect/s3_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def parse_endpoint(endpoint: str = None) -> Optional[str]:
return endpoint[7:]
return endpoint

# TODO: review error handling. It should be save, and only create log entries without effecting test execution.
class S3Connector:
def __init__(self,
aws_region_name: Optional[str],
Expand Down

0 comments on commit 365d957

Please sign in to comment.