Spaces:
Running
Running
Update Azure Blob Service Config
Browse files
services/uploader/azure_blob_service.py
CHANGED
|
@@ -41,9 +41,7 @@ async def get_blob_service_client() -> BlobServiceClient:
|
|
| 41 |
account_url=account_url,
|
| 42 |
credential=sas_token
|
| 43 |
)
|
| 44 |
-
|
| 45 |
return blob_service_client
|
| 46 |
-
|
| 47 |
except Exception as e:
|
| 48 |
logger.error(f"❌ Getting blob service client error: {e}")
|
| 49 |
raise
|
|
|
|
| 41 |
account_url=account_url,
|
| 42 |
credential=sas_token
|
| 43 |
)
|
|
|
|
| 44 |
return blob_service_client
|
|
|
|
| 45 |
except Exception as e:
|
| 46 |
logger.error(f"❌ Getting blob service client error: {e}")
|
| 47 |
raise
|