@@ -63,7 +63,7 @@ Alongside a raw binary blob, objects store various bits of metadata, which are u
63
63
64
64
This endpoint is used by browsers to check ` ETag ` values for client-side caching. It only sets ETag headers, not ` Content-Type ` .
65
65
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.
67
67
68
68
</Col >
69
69
<Col sticky >
@@ -103,7 +103,7 @@ Alongside a raw binary blob, objects store various bits of metadata, which are u
103
103
104
104
This endpoint fetches a binary stream of the object's content. It sets both ETag headers and ` Content-Type ` for proper rendering within browsers.
105
105
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.
107
107
108
108
</Col >
109
109
<Col sticky >
@@ -145,7 +145,7 @@ Alongside a raw binary blob, objects store various bits of metadata, which are u
145
145
146
146
This endpoint overwrites an object in-place (the ID doesn't change). It's rarely used, as endpoint generally handle uploads themselves.
147
147
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.
149
149
150
150
</Col >
151
151
<Col sticky >
@@ -190,7 +190,7 @@ Alongside a raw binary blob, objects store various bits of metadata, which are u
190
190
191
191
This endpoint deletes an object by ID. Again, it is rarely used, as individual endpoints handle object deletions themselves.
192
192
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.
194
194
195
195
</Col >
196
196
<Col sticky >
0 commit comments