Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(synthetics): correct getbucketlocation policy #13573

Merged

Commits on Mar 12, 2021

  1. fix(synthetics): correct getbucketlocation policy

    When using synthetics runtime "syn-nodejs-puppeteer-3.1" the default role tries to call s3:getBucketLocation on the artifacts bucket, but the policy is incorrect to allow that action.
    
    The policy should allow for that call directly on the bucket arn.
    
    fixes aws#13572
    Cameron Sumpter committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    5a72897 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    27c954a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. integ test update

    kaizencc committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    54853fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287f771 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    55e349f View commit details
    Browse the repository at this point in the history