Skip to content

S3.py raises a string Exception which is not allowed #163

@rob256

Description

@rob256

In mongodb_consistent_backup/Upload/S3/S3.py, the S3 class raises a string exception in its __init__ method which is currently on line 50. I presume you want this to be:
raise OperationError("Invalid S3 security key or region detected!")
rather than just:
raise "Invalid S3 security key or region detected!"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions