Values.BucketPermissionConfigurationSourceProvides information about the account-level and bucket-level permissions settings for an S3 bucket.
type nonrec t = {accountLevelPermissions : AccountLevelPermissions.t option;The account-level permissions settings that apply to the bucket.
*)bucketLevelPermissions : BucketLevelPermissions.t option;The bucket-level permissions settings for the bucket.
*)}