source/lib/blueprints/byom/pipeline_definitions/helpers.py [133:140]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    return {
        "cfn_nag": {
            "rules_to_suppress": [
                {
                    "id": "W51",
                    "reason": (
                        "This bucket does not need bucket policy. Permissions write to this bucket are set with IAM."
                    ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/lib/blueprints/byom/pipeline_definitions/helpers.py [148:155]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    return {
        "cfn_nag": {
            "rules_to_suppress": [
                {
                    "id": "W51",
                    "reason": (
                        "This bucket does not need bucket policy. Permissions write to this bucket are set with IAM."
                    ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



