From e43b79e33d107cd2ca7ab3c4d2945fca043ecc57 Mon Sep 17 00:00:00 2001 From: Bob Pusateri Date: Sat, 30 Jan 2021 10:21:34 -0600 Subject: [PATCH] azureblob: add examples for access tier Azure Blob access tier values are case-sensitive, though this is not indicated anywhere in the documentation. Adding examples with proper casing. --- docs/content/azureblob.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/azureblob.md b/docs/content/azureblob.md index a48f9c837..be66bd28c 100644 --- a/docs/content/azureblob.md +++ b/docs/content/azureblob.md @@ -250,6 +250,10 @@ tiering blob to "Hot" or "Cool". - Env Var: RCLONE_AZUREBLOB_ACCESS_TIER - Type: string - Default: "" +- Examples: + - "Hot" + - "Cool" + - "Archive" #### --azureblob-disable-checksum