[Remote Store] Move existing S3 APIs to use S3AsyncService
#11985
Labels
enhancement
Enhancement or improvement to existing feature or request
Storage:Durability
Issues and PRs related to the durability framework
Storage:Performance
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 toAsyncService
.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
The text was updated successfully, but these errors were encountered: