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

tools bucket replicate: add support for concurrent bucket replication #5280

Closed
wants to merge 8 commits into from

Commits on Apr 13, 2022

  1. add support for concurrent bucket replication

    Signed-off-by: Michal Wasilewski <[email protected]>
    mwasilew2 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4294849 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG.md update

    Signed-off-by: Michal Wasilewski <[email protected]>
    mwasilew2 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c872894 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. use a pipeline approach for concurrency

    Signed-off-by: Michal Wasilewski <[email protected]>
    mwasilew2 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c6e032d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. simplify creation of the channel with objects to replicate

    Signed-off-by: Michal Wasilewski <[email protected]>
    mwasilew2 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    fc2e67d View commit details
    Browse the repository at this point in the history
  2. made a simple sanity check if some buckets are thread safe

    Signed-off-by: Michal Wasilewski <[email protected]>
    mwasilew2 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8a11e08 View commit details
    Browse the repository at this point in the history
  3. make docs

    Signed-off-by: Michal Wasilewski <[email protected]>
    mwasilew2 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    aa143f3 View commit details
    Browse the repository at this point in the history
  4. add explicitly hashicorp/go-multierror as a dependency

    Signed-off-by: Michal Wasilewski <[email protected]>
    mwasilew2 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    bf09904 View commit details
    Browse the repository at this point in the history
  5. fix scheme tests

    Signed-off-by: Michal Wasilewski <[email protected]>
    mwasilew2 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    743bca2 View commit details
    Browse the repository at this point in the history