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

pubsys: fix AWS SDK API calls and surface service error codes #2895

Merged
merged 3 commits into from
Mar 15, 2023

Commits on Mar 14, 2023

  1. pubsys: surface AWS API service error code in error log

    This surfaces the actual AWS API service error code in the error log message.
    etungsten committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bc54a23 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. pubsys: fix AWS SDK API calls

    The EC2 API call for modify-snapshot-attribute and
    modify-image-attribute errors on empty vecs. This passes 'None' for the
    list parameters if the list is empty.
    etungsten committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b346f78 View commit details
    Browse the repository at this point in the history
  2. pubsys: fix put-parameter taking a empty list

    Ensure we pass None if the list of names we're passing is empty.
    etungsten committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    035b533 View commit details
    Browse the repository at this point in the history