Skip to content

CloudFilesStorage class doesn't exist, causes cloudfiles transporter to fail compilation #164

@kennywyland

Description

@kennywyland

When I try to start arbitrator with a config using a cloudfiles transporter, it complains:

self.logger.error("The Transporter module '%s' was found, but its Transporter class '%s' could not be found."  % (module_name, classname))

It's because the cloudfiles transporter tries to import CloudFilesStorage from cumulus.storage, but that class does not exist. The file stops compiling, and so the TRANSPORTER_CLASS variable never gets defined and the arbitrator can't find it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions