vitoordaz commented on issue #675:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/675#issuecomment-4675825894

   `as_any` approach is going to work if we are dealing with vanilla object 
storage, like S3, GCP, or Azure. These days, many providers implement S3 APIs, 
but might have slightly different capabilities. Only one who creates the 
ObjectStore entity is aware of this. 
   
   That is why it's important to let users override default capabilities. 
   
   At the moment, only one storage GCP has enabled capabilities (ordered 
listing) other have none.  Which means that we only need to support this for 
GCP.
   
   However, to address `vendor features` concerns, we can just default to an 
empty set of capabilities and delegate to the user this configuration.


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