File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -11280,6 +11280,16 @@ paths:
11280
11280
- personalAccessToken: []
11281
11281
- oauth:
11282
11282
- object_storage:read_only
11283
+ parameters:
11284
+ - name: name
11285
+ in: query
11286
+ required: true
11287
+ description: >
11288
+ The `name` of the object for which to retrieve its Access Control List (ACL).
11289
+ Use the [Object Storage Bucket Contents List](/docs/api/object-storage/#object-storage-bucket-contents-list)
11290
+ endpoint to access all object names in a bucket.
11291
+ schema:
11292
+ type: string
11283
11293
responses:
11284
11294
'200':
11285
11295
description: The Object's canned ACL and policy.
@@ -11309,7 +11319,7 @@ paths:
11309
11319
- lang: Shell
11310
11320
source: >
11311
11321
curl -H "Authorization: Bearer $TOKEN" \
11312
- https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/object-acl
11322
+ https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/object-acl?name=example.txt
11313
11323
/object-storage/buckets/{clusterId}/{bucket}/object-list:
11314
11324
parameters:
11315
11325
- name: clusterId
You can’t perform that action at this time.
0 commit comments