onion: remove onion key column, prod forms

This commit is contained in:
Iain Learmonth 2022-11-09 15:16:39 +00:00
parent 890ce3077f
commit e1394f71d6
4 changed files with 68 additions and 20 deletions

View file

@ -87,7 +87,7 @@ class MirrorList(AbstractConfiguration):
if self.provider == "s3":
return f"s3://{self.container}/{self.filename}"
if self.provider == "http_post":
return self.container
return str(self.container)
return "Unknown provider"
@classmethod