Skip to content

Commit 45aceb3

Browse files
author
Raj Poluri
committed
add support for aws-exec-read,bucket-owner-read,bucket-owner-full-control,log-delivery-write canned-acl
Signed-off-by: Raj Poluri <rpoluri@expediagroup.com>
1 parent 34522c5 commit 45aceb3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

apis/s3/v1beta1/bucket_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type BucketParameters struct {
3131
// The canned ACL to apply to the bucket. Note that either canned ACL or specific access
3232
// permissions are required. If neither (or both) are provided, the creation of the bucket
3333
// will fail.
34-
// +kubebuilder:validation:Enum=private;public-read;public-read-write;authenticated-read
34+
// +kubebuilder:validation:Enum=private;public-read;public-read-write;authenticated-read;aws-exec-read;bucket-owner-read;bucket-owner-full-control;log-delivery-write
3535
// +optional
3636
ACL *string `json:"acl,omitempty"`
3737

package/crds/s3.aws.crossplane.io_buckets.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ spec:
8787
- public-read
8888
- public-read-write
8989
- authenticated-read
90+
- aws-exec-read
91+
- bucket-owner-read
92+
- bucket-owner-full-control
93+
- log-delivery-write
9094
type: string
9195
corsConfiguration:
9296
description: Describes the cross-origin access configuration for

0 commit comments

Comments
 (0)