Skip to content

AsyncRequestProvider for Strings #159

Closed
@SimplyAmuthan

Description

@SimplyAmuthan

Hi ... is there a AsyncRequestProvider that stream from String, basically I would like to use the S3AsyncClient to put string object into s3
I only have option to write string into a file system and and upload from there using something like this s3AsyncClient.putObject(putObjectRequest, AsyncRequestProvider.fromFile(Paths.get("myfile.json")))
but I would like to have something like s3AsyncClient.putObject(putObjectRequest, AsyncRequestProvider.fromObject(myOBject.toString))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions