[Feature] Adding Azure Blob Storage support to File Upload workflow block (#3130)
This commit is contained in:
@@ -76,6 +76,10 @@ class Settings(BaseSettings):
|
||||
MAX_UPLOAD_FILE_SIZE: int = 10 * 1024 * 1024 # 10 MB
|
||||
PRESIGNED_URL_EXPIRATION: int = 60 * 60 * 24 # 24 hours
|
||||
|
||||
# Azure Blob Storage settings
|
||||
AZURE_STORAGE_ACCOUNT_NAME: str | None = None
|
||||
AZURE_STORAGE_ACCOUNT_KEY: str | None = None
|
||||
|
||||
SKYVERN_TELEMETRY: bool = True
|
||||
ANALYTICS_ID: str = "anonymous"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user