Update a report group (console) - Amazon CodeBuild
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Update a report group (console)

To update a report group
  1. Open the Amazon CodeBuild console at https://console.amazonaws.cn/codesuite/codebuild/home.

  2. In the navigation pane, choose Report groups.

  3. Choose the report group you want to update.

  4. Choose Edit.

  5. Select or clear Backup to Amazon S3. If you selected this option, specify your export settings:

    1. For S3 bucket name, enter the name of the S3 bucket.

    2. For Path prefix, enter the path in your S3 bucket where you want to upload your test results.

    3. Select Compress test result data in a zip file to compress your raw test result data files.

    4. Expand Additional configuration to display encryption options. Choose one of the following:

      • Default Amazon managed key to use a Amazon managed key for Amazon S3. For more information, see Customer managed CMKs in the Amazon Key Management Service User Guide. This is the default encryption option.

      • Choose a custom key to use a customer managed key that you create and configure. For Amazon KMS encryption key, enter the ARN of your encryption key. Its format is arn:aws:kms:<region-id>: <aws-account-id>:key/<key-id> . For more information, see Creating KMS keys in the Amazon Key Management Service User Guide.

      • Disable artifact encryption to disable encryption. You might choose this if you want to share your test results, or publish them to a static website. (A dynamic website can run code to decrypt test results.)