Values.BucketLevelPermissionsSourceProvides information about the bucket-level permissions settings for an S3 bucket.
type nonrec t = {accessControlList : AccessControlList.t option;The permissions settings of the access control list (ACL) for the bucket. This value is null if an ACL hasn't been defined for the bucket.
*)blockPublicAccess : BlockPublicAccess.t option;The block public access settings for the bucket.
*)bucketPolicy : BucketPolicy.t option;The permissions settings of the bucket policy for the bucket. This value is null if a bucket policy hasn't been defined for the bucket.
*)}