Commit c502b6e0 authored by Arnaud Jaen's avatar Arnaud Jaen
Browse files

Increase maximum file size to 500 Mo

parent ccf5e998
......@@ -24,7 +24,7 @@ from azure.core.exceptions import ClientAuthenticationError
LOGGER = logging.getLogger()
MAX_SIZE = 250*1024*1024
MAX_SIZE = 500*1024*1024
class AzureBlobClient:
"""Generic Blob Client for Azure"""
......
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