tustvold opened a new issue, #127:
URL: https://github.com/apache/arrow-rs-object-store/issues/127

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for 
this feature, in addition to  the *what*)
   -->
   
   Many stores support the notion of an object versioning:
   
   * https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html
   * https://learn.microsoft.com/en-us/azure/storage/blobs/versioning-overview
   * https://cloud.google.com/storage/docs/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**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   I would like to add an optional version to `ObjectMeta` and `GetOptions`
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to