kylebarron commented on issue #675: URL: https://github.com/apache/arrow-rs-object-store/issues/675#issuecomment-4682318296
I think something like `as_any` would only make sense if we were to implement other, more specialized methods on the specific instance. Right now `AmazonS3` doesn't supply any functionality _other_ than the `ObjectStore` trait, so downcasting to `AmazonS3` doesn't really give you anything. But if we were to implement `AmazonS3::ordered_list` then downcasting would have utility -- 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]
