crc-org / crc-cloud

Disposable OpenShift instances on cloud in minutes
31 stars 19 forks source link

[aws] Set ownership control to ObjectWriter on temp bucket on import action fixes #120 #148

Closed adrianriobo closed 11 months ago

adrianriobo commented 11 months ago

Recently AWS change the default poliies for new buckets, with the new policies ACLs can not be defined to the bucket by default more info at // https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/ this commit set the ownership rule on the bucket to allow define an ACL

Fixes #120