Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ storage:
aws_log_level: (optional, default=LogOff) log level for aws sdk (LogDebugWithRequestRetries, LogDebug, ...)
azure:
account_name: AZURE_STORAGE_ACCOUNT env can be used instead
account_key: AZURE_STORAGE_KEY env can be used instead
account_key: (optional) AZURE_STORAGE_KEY env can be used instead; omit when using sas_token
sas_token: (optional) Account or Service SAS query string (e.g. "?sv=...&sig=..."); preferred over account_key. When set, presigned URL generation returns the blob URL with the SAS appended; the returned URL's capabilities and lifetime are defined by the SAS itself
container_name: container to upload files to
gcp:
credentials_json: GOOGLE_APPLICATION_CREDENTIALS env can be used instead
Expand Down
Loading