Formatting
This commit is contained in:
parent
f1560d5d7f
commit
0aaa3d542e
@ -37,6 +37,7 @@ class AzureUploader(Uploader):
|
|||||||
|
|
||||||
from azure.storage.common import CloudStorageAccount
|
from azure.storage.common import CloudStorageAccount
|
||||||
from azure.storage.blob import BlobPermissions
|
from azure.storage.blob import BlobPermissions
|
||||||
|
|
||||||
self.CloudStorageAccount = CloudStorageAccount
|
self.CloudStorageAccount = CloudStorageAccount
|
||||||
self.BlobPermissions = BlobPermissions
|
self.BlobPermissions = BlobPermissions
|
||||||
|
|
||||||
@ -72,6 +73,7 @@ class AwsUploader(Uploader):
|
|||||||
self.timeout_secs = config["PERMANENT_SESSION_LIFETIME"]
|
self.timeout_secs = config["PERMANENT_SESSION_LIFETIME"]
|
||||||
|
|
||||||
import boto3
|
import boto3
|
||||||
|
|
||||||
self.boto3 = boto3
|
self.boto3 = boto3
|
||||||
|
|
||||||
def get_token(self):
|
def get_token(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user