This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a change to branch scala3
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


    from 3a79bad63 unused import
     add 6938736a6 add scala3 support for s3 (#167)

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            | 15 +++-
 legal/S3License.txt                                |  7 ++
 project/Dependencies.scala                         |  4 +-
 .../pekko/stream/connectors/s3/impl/S3Stream.scala | 33 ++++++---
 .../connectors/s3/impl/auth/CanonicalRequest.scala |  4 +-
 .../pekko/stream/connectors/s3/javadsl/S3.scala    |  1 +
 .../pekko/stream/connectors/s3/TestUtils.scala     |  6 +-
 .../connectors/s3/impl/SplitAfterSizeSpec.scala    |  3 +-
 .../s3/impl/auth/CanonicalRequestSpec.scala        |  2 +-
 .../impl/auth/SplitAfterSizeWithContextSpec.scala  |  3 +-
 .../stream/connectors/s3/impl/retry/Retry.scala    | 86 ++++++++++++++++++++++
 .../stream/connectors/s3/impl/retry/Timeouts.scala | 45 +++++++++++
 .../connectors/s3/scaladsl/S3IntegrationSpec.scala |  6 +-
 .../connectors/s3/scaladsl/S3WireMockBase.scala    |  3 +-
 14 files changed, 188 insertions(+), 30 deletions(-)
 create mode 100644 
s3/src/test/scala/org/apache/pekko/stream/connectors/s3/impl/retry/Retry.scala
 create mode 100644 
s3/src/test/scala/org/apache/pekko/stream/connectors/s3/impl/retry/Timeouts.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to