Values_0.S3ActionSourceDescribes an action to write data to an Amazon S3 bucket.
type nonrec t = {roleArn : AwsArn.t;The ARN of the IAM role that grants access.
*)bucketName : BucketName.t;The Amazon S3 bucket.
*)key : Key.t;The object key. For more information, see Actions, resources, and condition keys for Amazon S3.
*)cannedAcl : CannedAccessControlList.t option;The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.
*)}val make :
?cannedAcl:??? ->
roleArn:AwsArn.t ->
bucketName:BucketName.t ->
key:Key.t ->
unit ->
t