Skip to content

Commit ad18bbf

Browse files
committed
fix: update objects ACL disclaimer
1 parent a9e8427 commit ad18bbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/web/objects/page.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Alongside a raw binary blob, objects store various bits of metadata, which are u
6363

6464
This endpoint is used by browsers to check `ETag` values for client-side caching. It only sets ETag headers, not `Content-Type`.
6565

66-
The above ACL isn't *required* to access internal resources, only if you want to access user-restricted objects.
66+
The above ACL isn't *required* to access resources, only if you want to access user-restricted or internal objects.
6767

6868
</Col>
6969
<Col sticky>
@@ -103,7 +103,7 @@ Alongside a raw binary blob, objects store various bits of metadata, which are u
103103

104104
This endpoint fetches a binary stream of the object's content. It sets both ETag headers and `Content-Type` for proper rendering within browsers.
105105

106-
The above ACL isn't *required* to access internal resources, only if you want to access user-restricted objects.
106+
The above ACL isn't *required* to access resources, only if you want to access user-restricted or internal objects.
107107

108108
</Col>
109109
<Col sticky>
@@ -145,7 +145,7 @@ Alongside a raw binary blob, objects store various bits of metadata, which are u
145145

146146
This endpoint overwrites an object in-place (the ID doesn't change). It's rarely used, as endpoint generally handle uploads themselves.
147147

148-
The above ACL isn't *required* to access internal resources, only if you want to access user-restricted objects.
148+
The above ACL isn't *required* to access resources, only if you want to access user-restricted or internal objects.
149149

150150
</Col>
151151
<Col sticky>
@@ -190,7 +190,7 @@ Alongside a raw binary blob, objects store various bits of metadata, which are u
190190

191191
This endpoint deletes an object by ID. Again, it is rarely used, as individual endpoints handle object deletions themselves.
192192

193-
The above ACL isn't *required* to access internal resources, only if you want to access user-restricted objects.
193+
The above ACL isn't *required* to access resources, only if you want to access user-restricted or internal objects.
194194

195195
</Col>
196196
<Col sticky>

0 commit comments

Comments
 (0)