Skip to content

Version > 2.20.75 of aws-sdk will in some cases not function with the reactiverse client #65

Closed
@mikand13

Description

@mikand13

In my case it concerns the S3 SDK.

L39 of WriteStreamSubscriber.java crashes when calling byteBuffer.array() because the S3 SDK passes a bytebuffer that is backed by an array but is read-only.

From docs:

ReadOnlyBufferException - If this buffer is backed by an array but is read-only

This prevents us from upgrading beyong 2.20.75

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingversion upgradeUpgrading versions (Vert.x / AWS SDK)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions