Values.BucketPolicySourceContains information on the current bucket policies for the S3 bucket.
type nonrec t = {allowsPublicReadAccess : Boolean.t option;A value that indicates whether public read access for the bucket is enabled through a bucket policy.
*)allowsPublicWriteAccess : Boolean.t option;A value that indicates whether public write access for the bucket is enabled through a bucket policy.
*)}