OpenSearch icon indicating copy to clipboard operation
OpenSearch copied to clipboard

[Remote Store] Move existing S3 APIs to use `S3AsyncService`

Open gbbafna opened this issue 1 year ago • 0 comments

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

gbbafna avatar Jan 23 '24 11:01 gbbafna