Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
production
geocannabis--drone-analytics-2
azure-blob-lib
Commits
c502b6e0
Commit
c502b6e0
authored
Jul 06, 2021
by
Arnaud Jaen
Browse files
Increase maximum file size to 500 Mo
parent
ccf5e998
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
azure_blob_client/__init__.py
azure_blob_client/__init__.py
+1
-1
No files found.
azure_blob_client/__init__.py
View file @
c502b6e0
...
...
@@ -24,7 +24,7 @@ from azure.core.exceptions import ClientAuthenticationError
LOGGER
=
logging
.
getLogger
()
MAX_SIZE
=
2
50
*
1024
*
1024
MAX_SIZE
=
5
0
0
*
1024
*
1024
class
AzureBlobClient
:
"""Generic Blob Client for Azure"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment