From 2f7d00730948cb9a4aeeb1648eaf064ed7eae93e Mon Sep 17 00:00:00 2001 From: Antony Chazapis Date: Tue, 15 Nov 2011 13:04:20 +0200 Subject: [PATCH] Revert backend base. --- pithos/backends/base.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pithos/backends/base.py b/pithos/backends/base.py index df2c4e3..3651236 100644 --- a/pithos/backends/base.py +++ b/pithos/backends/base.py @@ -298,16 +298,6 @@ class BaseBackend(object): """ return [] - def list_public(self, user, account, container): - """Return a list of object (name, version_id) tuples existing under a container and are public. - - Raises: - NotAllowedError: Operation not permitted - - NameError: Container does not exist - """ - return [] - def list_object_meta(self, user, account, container, until=None): """Return a list with all the container's object meta keys. -- 1.7.10.4