chore(fs): distinct description for *meta and *meta-recursive permissions (#1250)

closes #1249
This commit is contained in:
Amr Bashir
2024-04-25 00:59:29 +02:00
committed by GitHub
parent 555cb07bfe
commit e9977eb2f8
28 changed files with 152 additions and 152 deletions
+2 -2
View File
@@ -165,7 +165,7 @@ permissions = [
[[set]]
identifier = "allow-{lower}-meta-recursive"
description = "This allows read access to metadata of the `${upper}` folder, including file listing and statistics."
description = "This allows full recursive read access to metadata of the `${upper}` folder, including file listing and statistics."
permissions = [
"read-meta",
"scope-{lower}-recursive"
@@ -173,7 +173,7 @@ permissions = [
[[set]]
identifier = "allow-{lower}-meta"
description = "This allows read access to metadata of the `${upper}` folder, including file listing and statistics."
description = "This allows non-recursive read access to metadata of the `${upper}` folder, including file listing and statistics."
permissions = [
"read-meta",
"scope-{lower}-index"