Skip to content

v2.5.0

Latest

Choose a tag to compare

@markjschreiber markjschreiber released this 11 Jun 15:15
9016b8a

Highlights

Published to Maven Central: https://central.sonatype.com/artifact/software.amazon.nio.s3/aws-java-nio-spi-for-s3/2.5.0

Notable change (minor version bump): the public constant S3NioSpiConfiguration.AWS_ACCESS_KEY_PROPERTY value was corrected from aws.accessKey to aws.accessKeyId to match the AWS SDK system property name (#746). This is a semantic API change, hence the minor version bump.

Maven

<dependency>
    <groupId>software.amazon.nio.s3</groupId>
    <artifactId>aws-java-nio-spi-for-s3</artifactId>
    <version>2.5.0</version>
</dependency>

What's Changed

Full Changelog: v2.4.0...v2.5.0