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

avoid error if access results key is not found for erasures #2045

Merged
merged 2 commits into from
Dec 15, 2022

Commits on Dec 15, 2022

  1. avoid error if access results key is not found for erasures

    in cases where connector is disabled, there won't be an entry
    in the acces results for that connector's key.
    instead of throwing a key error, we instead just pass in an empty list
    to the erasure execution, which will not actually execute anyway.
    adamsachs committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3a6dd3d View commit details
    Browse the repository at this point in the history
  2. update changelog

    adamsachs committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1bc209c View commit details
    Browse the repository at this point in the history