Exemplo n.º 1
0
 def pop_queue(self, task_account, task_container, task_object):
     """
     Issue a delete object request to the task_container for the expiring
     object queue entry.
     """
     direct_delete_container_entry(self.swift.container_ring, task_account,
                                   task_container, task_object)
Exemplo n.º 2
0
 def pop_queue(self, task_account, task_container, task_object):
     """
     Issue a delete object request to the task_container for the expiring
     object queue entry.
     """
     direct_delete_container_entry(self.swift.container_ring, task_account,
                                   task_container, task_object)
Exemplo n.º 3
0
 def pop_queue(self, container, obj):
     """
     Issue a delete object request to the container for the expiring object
     queue entry.
     """
     direct_delete_container_entry(self.swift.container_ring,
                                   self.expiring_objects_account,
                                   container, obj)