def __init__(self, config): self.__uri = boto.storage_uri(config.url) self.__key = config.key self.__secret = config.secret self.__bucket = None