1
mirror of https://github.com/rclone/rclone synced 2024-10-16 01:41:12 +02:00

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:
Bob Pusateri 2021-01-30 10:21:34 -06:00 committed by GitHub
parent 459cc70a50
commit e43b79e33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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