diff --git a/pyproject.toml b/pyproject.toml index 62ccb3b..61d4f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/pytestomatio/connect/s3_connector.py b/pytestomatio/connect/s3_connector.py index 5f3c3c4..2c79617 100644 --- a/pytestomatio/connect/s3_connector.py +++ b/pytestomatio/connect/s3_connector.py @@ -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],