You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/datastore/collections.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ Each collection has a set of configurable options that define its behavior and l
22
22
23
23
## Permissions
24
24
25
-
A permission defines who can read and write documents in a collection. Permissions can be set to one of the following types: `public`, `private`, `managed`, or `controllers`.
| public |Anyone can read or write documents in the collection.|
30
+
| private | Only the creator (owner) of a document can read or write to it. However, note that since satellite controllers manage the underlying infrastructure, they have the technical ability to modify access rules by changing its source code.|
31
+
| managed | The owner of a document and the controllers of the satellite can read or write to it in the collection. |
32
+
| controllers | Only satellite controllers can read or write any document in the collection.|
33
33
34
34
If not set to immutable, you can modify the permissions at any time, and the changes will take effect immediately.
Copy file name to clipboardExpand all lines: docs/build/storage/collections.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,20 @@ Each collection has a set of configurable options that define its behavior and l
22
22
23
23
## Permissions
24
24
25
-
A permission defines who can read and write documents in a collection. Permissions can be set to one of the following types: `public`, `private`, `managed`, or `controllers`.
25
+
Permissions define who can read and write assets in a collection. Writing includes creating (uploading), updating, and deleting assets.
26
26
27
27
:::caution
28
28
29
29
Assets are publicly accessible on the Internet regardless of the permission schema. The rules are only applied when reading or writing the data through the library.
| public |Anyone can read or write assets in the collection.|
36
+
| private | Only the creator (owner) of the asset can read or write to it. However, note that since satellite controllers manage the underlying infrastructure, they have the technical ability to modify access rules by changing its source code.|
37
+
| managed | The owner of an asset and the controllers of the satellite can read or write to it in the collection.|
38
+
| controllers | Only satellite controllers can read or write any asset in the collection.|
39
39
40
40
If not set to immutable, you can modify the permissions at any time, and the changes will take effect immediately.
0 commit comments