Пример #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
Пример #2
0
 def __init__(self, conf):
     super(SwiftStorage, self).__init__(conf)
     self.swift = swift.get_connection(conf)
     self._container_prefix = conf.swift_container_prefix
Пример #3
0
 def __init__(self, conf, greedy=True):
     super(SwiftStorage, self).__init__(conf)
     self.swift = swift.get_connection(conf)
Пример #4
0
 def __init__(self, conf, greedy=True):
     super(SwiftStorage, self).__init__(conf)
     self.swift = swift.get_connection(conf)