diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 36c3622d8..aced2b546 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -470,6 +470,12 @@ class IServer(IDisplayableServer): once the connection is lost. """ + def upload_permitted(): + """ + :return: True if we should use this server for uploads, False + otherwise. + """ + class IMutableSlotWriter(Interface): """