Ejemplo n.º 1
0
 def __init__(self, conf, coord=None):
     super(SwiftStorage, self).__init__(conf, coord)
     self.swift = swift.get_connection(conf)
     self._container_prefix = conf.swift_container_prefix
Ejemplo n.º 2
0
 def __init__(self, conf):
     super(SwiftStorage, self).__init__(conf)
     self.swift = swift.get_connection(conf)
     self._container_prefix = conf.swift_container_prefix
Ejemplo n.º 3
0
 def __init__(self, conf, greedy=True):
     super(SwiftStorage, self).__init__(conf)
     self.swift = swift.get_connection(conf)
Ejemplo n.º 4
0
 def __init__(self, conf, greedy=True):
     super(SwiftStorage, self).__init__(conf)
     self.swift = swift.get_connection(conf)