Open
Description
Type: Feature
I'm currently using S3AsyncClient
with Project Reactor and Spring Boot. This project seems interesting, but it's kind of irrelevant to me if it's based on slow-synchronous network interactions. If there's an option of implementing classes to wrap fast S3 connections (e.g. async), I'd like to use it.
Is your feature request related to a problem? Please describe.
From what I understand, there's only support for slow S3 connections, which is not ideal for me (I'm writing fast and IO-based software with Reactor).
Describe the solution you'd like
S3AsyncClient
support would be great.
Describe alternatives you've considered
I don't know of any Publisher
which AWS SDK 2 returns, so there's no alternatives I know of.