Litespeed backup to AWS S3 ACL issue

Is it possible to specify the “bucket-owner-full-control” canned ACL when backing up a DB directly to S3? Our scenarios is we have multiple Application accounts with a centralized Governance account. We would like to have all Application Accounts backup DB’s to a single S3 bucket in our Governance account. The bucket in the Governance account will have cross-region replication enabled to copy the backups to our DR bucket located in another region. The problem is that S3 Cross-Region Replication does not replicate files it does not own. Since the DB Backups are created by the application accounts the application accounts are the file owners. To fix this, we need to specify the bucket-owner-full-control ACL when each backup is stored in S3. Currently, we do not see an option to do this in LiteSpeed.