From ce1995d93a178005c2b5d338596cf1c5e68a9746 Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 22 Apr 2026 12:46:08 -0700 Subject: [PATCH] update readme for Azure SAS Token --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7568ceec1..869163551 100644 --- a/README.md +++ b/README.md @@ -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