onion: remove onion key column, prod forms
This commit is contained in:
parent
890ce3077f
commit
e1394f71d6
4 changed files with 68 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue