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.
This commit is contained in:
parent
459cc70a50
commit
e43b79e33d
1 changed files with 4 additions and 0 deletions
|
@ -250,6 +250,10 @@ tiering blob to "Hot" or "Cool".
|
||||||
- Env Var: RCLONE_AZUREBLOB_ACCESS_TIER
|
- Env Var: RCLONE_AZUREBLOB_ACCESS_TIER
|
||||||
- Type: string
|
- Type: string
|
||||||
- Default: ""
|
- Default: ""
|
||||||
|
- Examples:
|
||||||
|
- "Hot"
|
||||||
|
- "Cool"
|
||||||
|
- "Archive"
|
||||||
|
|
||||||
#### --azureblob-disable-checksum
|
#### --azureblob-disable-checksum
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue