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

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   Using AWS S3 it is possible to GET an object with a particular version id. 
Likewise, it is possible to presign an url for shared access to that object 
version. `object_store` does support GETting an object version, but does not 
support presigning an url to a version of an object.
   
   **Describe the solution you'd like**
   
   A new API (probably somewhere in `Signer` trait?) that takes an optional 
version id along with the `Path`? 
   
   Bonus questions: Would you accept a PR to this effect? Could it be 
S3-specific?
   
   **Describe alternatives you've considered**
   
   Alternatively, make more of the `Signer` / `AwsAuthorizer` machinery public. 
If `AwsAuthorizer::sign` was public, I could try to hack the version id into 
the url passed for signing.
   
   
   


-- 
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