vitoordaz opened a new pull request, #732:
URL: https://github.com/apache/arrow-rs-object-store/pull/732

   I'm starting with a single capability for ordered list results.
   
   GCP and Azure list objects always return ordered results. For AWS it depends 
on a bucket type, for directory buckets, the results are not ordered.
   
   I'm thinking about adding a new config option for indicating whether the S3 
bucket is a directory bucket or not. But for now, we can say that AWS results 
are not ordered.
   
   # Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-rs-object-store/issues/675.
   
   # Rationale for this change
    
   This will allow object store users to write more efficient code by 
leveraging underlying object store features.
   
   # What changes are included in this PR?
   
   A new `capabilities` method is added to the ObjectStore trait.
   
   # Are there any user-facing changes?
   
   This change is backward compatible.


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