apache / pekko-connectors

Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko.
https://pekko.apache.org/
Apache License 2.0
62 stars 31 forks source link

s3: avoid array copies when dealing with ByteStrings #658

Closed pjfanning closed 4 months ago

pjfanning commented 4 months ago

the 'unsafe' methods are ok if you know the data is not being mutated

pjfanning commented 4 months ago

@mdedetrich You are the most active contributor to the S3 code base. Do these changes look ok to you?

laglangyue commented 4 months ago

lgtm