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

objstorage: rename 'shared' to 'remote' #2769

Merged

Commits on Jul 24, 2023

  1. objstorage: rename 'shared' to 'remote'

    Shared objects refer to objects that have been created by a Pebble
    instance and are owned by the Pebble instances in a cluster. Remote
    objects can be shared objects or external objects (such as those
    attached by online restore).
    
    In this commit we rename uses of "shared" to "remote" in objstorage
    provider code that applies to all types of remote objects. We now
    conceptually have a remote subsystem which itself contains a shared
    subsystem.
    RaduBerinde committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d3ff665 View commit details
    Browse the repository at this point in the history