Commit 8ac3928e authored by Arnaud Jaen's avatar Arnaud Jaen
Browse files

Increase sas validity to 300

parent f7db5595
......@@ -41,7 +41,7 @@ class AzureBlobClient:
self.account_url = "https://{account_name}.blob.core.windows.net".format(account_name=self.storage_account)
self.sas_token = None
def _generate_sas_signature(self, validity_in_secs: int = 30) -> str:
def _generate_sas_signature(self, validity_in_secs: int = 300) -> str:
"""Generate an adapted SAS token
:param validity_in_secs: Validity for the token expressed in seconds, defaults to 30
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment