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

Get Object By Version #4925

Closed
tustvold opened this issue Oct 13, 2023 · 1 comment · Fixed by #4935
Closed

Get Object By Version #4925

tustvold opened this issue Oct 13, 2023 · 1 comment · Fixed by #4935
Assignees
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface

Comments

@tustvold
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Many stores support the notion of an object versioning:

On update or delete, a new version of the object is created. Importantly the prior version remains accessible, which can be important for being able to provide consistency in the face of updates.

Describe the solution you'd like

I would like to add an optional version to ObjectMeta and GetOptions

Describe alternatives you've considered

Additional context

@tustvold tustvold added the enhancement Any new improvement worthy of a entry in the changelog label Oct 13, 2023
@tustvold tustvold self-assigned this Oct 13, 2023
tustvold added a commit to tustvold/arrow-rs that referenced this issue Oct 13, 2023
tustvold added a commit to tustvold/arrow-rs that referenced this issue Oct 13, 2023
jacksonrnewhouse added a commit to ArroyoSystems/arrow-rs that referenced this issue Oct 23, 2023
@tustvold tustvold added the object-store Object Store Interface label Nov 2, 2023
@tustvold
Copy link
Contributor Author

tustvold commented Nov 2, 2023

label_issue.py automatically added labels {'object-store'} from #4931

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant