vitoordaz commented on PR #732: URL: https://github.com/apache/arrow-rs-object-store/pull/732#issuecomment-4663567938
@kevinjqliu Here is how I think about this. If user is using vanilla object store implementation than default capabilities for each type of ObjectStore should be enough and as you pointed out these APIs rarely change. If user is using ObjectStore that implements some of the public object store (for example ObjectStore that implements AWS S3 API) then they can override default values using config. There are edge cases even in case of S3, object list order depends on bucket type (for directory buckets list is not ordered). For these cases we can use conservative default values. -- 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]
