run-x / opta

The next generation of Infrastructure-as-Code. Work with high-level constructs instead of getting lost in low-level cloud configuration.
https://docs.opta.dev
Apache License 2.0
906 stars 61 forks source link

Default to BucketOwnerEnforced s3 bucket ownership controls #929

Closed 0AdityaD closed 2 years ago

0AdityaD commented 2 years ago

Description

It's useful when you have objects in the s3 bucket which are created by other aws accounts not owned by you.

Safety checklist

How has this change been tested, beside unit tests?

It has been tested by attaching the code as custom-terraform to an s3 bucket provisioned via opta

codecov[bot] commented 2 years ago

Codecov Report

Merging #929 (8c080fb) into main (78b0087) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #929   +/-   ##
=======================================
  Coverage   72.81%   72.81%           
=======================================
  Files         118      118           
  Lines        7994     7994           
=======================================
  Hits         5821     5821           
  Misses       2173     2173           
Flag Coverage Δ
unittests 72.81% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 78b0087...8c080fb. Read the comment docs.