1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-09 12:03:20 +00:00

azureblob: allow anonymous access for public resources

See: https://forum.rclone.org/t/azure-blob-public-resources/46882
This commit is contained in:
Nick Craig-Wood
2024-07-17 15:46:19 +01:00
parent 5287a9b5fa
commit 4824837eed
2 changed files with 18 additions and 1 deletions

View File

@@ -289,6 +289,13 @@ be explicitly specified using exactly one of the `msi_object_id`,
If none of `msi_object_id`, `msi_client_id`, or `msi_mi_res_id` is
set, this is is equivalent to using `env_auth`.
#### Anonymous {#anonymous}
If you want to access resources with public anonymous access then set
`account` only. You can do this without making an rclone config:
rclone lsf :azureblob,account=ACCOUNT:CONTAINER
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/azureblob/azureblob.go then run make backenddocs" >}}
### Standard options