Skip to content

Commit 77e8d68

Browse files
Add missing ACL options
1 parent f748af4 commit 77e8d68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11161,6 +11161,8 @@ paths:
1116111161
- private
1116211162
- public-read
1116311163
- authenticated-read
11164+
- public-read-write
11165+
- custom
1116411166
description: >
1116511167
The Access Control Level of the bucket, as a canned ACL string.
1116611168
For more fine-grained control of ACLs, use the S3 API directly.
@@ -11223,6 +11225,8 @@ paths:
1122311225
- private
1122411226
- public-read
1122511227
- authenticated-read
11228+
- public-read-write
11229+
- custom
1122611230
description: >
1122711231
The Access Control Level of the bucket, as a canned ACL string.
1122811232
For more fine-grained control of ACLs, use the S3 API directly.
@@ -11304,6 +11308,8 @@ paths:
1130411308
- private
1130511309
- public-read
1130611310
- authenticated-read
11311+
- public-read-write
11312+
- custom
1130711313
description: >
1130811314
The Access Control Level of the bucket, as a canned ACL string.
1130911315
For more fine-grained control of ACLs, use the S3 API directly.

0 commit comments

Comments
 (0)