OpenSearch
OpenSearch copied to clipboard
[Remote Store] Move existing S3 APIs to use `S3AsyncService`
Is your feature request related to a problem? Please describe
As of today only multipart upload uses AsyncService , which uses Netty Event loop based async IO . We should move existing APIs like List , Get , Delete etc as well to AsyncService .
Describe the solution you'd like
Create new APIs for async list/delete or modify current ones to use AsyncService.
Related component
Storage:Remote
Describe alternatives you've considered
No response
Additional context
No response