request: cache upload to s3 bucket with --acl bucket-owner-full-control option
Description
I'm using multiple gitlab ci-runners(multiple AWS Account) and single s3 cache storage.
I would like to reuse the cache between these runners.
This case, require ci-ruuner upload cache with --acl bucket-owner-full-control.
https://docs.aws.amazon.com/AmazonS3/latest/dev/about-object-ownership.html
Proposal
Add the runners.cache.s3.Acl option to upload cache using --acl bucket-owner-full-control.