wpmanager: init

This commit is contained in:
Usman Nasir
2020-12-29 13:56:22 +05:00
parent 3a1348e85e
commit 7f8a36f892
4 changed files with 430 additions and 5 deletions

View File

@@ -148,8 +148,6 @@ class S3Backups(multi.Thread):
if currentACL['admin'] == 0:
return proc.ajax(0, 'Only administrators can use AWS S3 Backups.')
from botocore.client import Config
aws_access_key_id, aws_secret_access_key, region = self.fetchAWSKeys()
if region.find('http') > -1: