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

Remove legacy groups support #699

Merged
merged 2 commits into from
Jun 23, 2023
Merged

Commits on Jun 22, 2023

  1. Remove scripts/migrate-group now that all groups with single-tenant b…

    …uckets are migrated
    
    Removes now-unused @aws-sdk/client-{iam,s3} deps.  We still use the
    previous major version of aws-sdk for S3 access, and that should
    eventually upgrade/migrate to using @aws-sdk/client-s3 instead, so I
    expect that particular dep will be back sooner than later.
    
    While this removes the last use of run() and setupConsole() in our
    src/utils/scripts.js module, I didn't delete them as I think those are
    potentially useful enough in the future to keep them around.
    tsibley committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0cec277 View commit details
    Browse the repository at this point in the history
  2. groups: Remove support for single-tenant buckets

    There's no need to keep the complexity around, even if it's only
    somewhat minor.
    tsibley committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0b281b9 View commit details
    Browse the repository at this point in the history