Skip to content

Commit f9d4c59

Browse files
dependabot[bot]ivanyu
authored andcommitted
chore(deps): bump awsSdkVersion from 2.37.3 to 2.41.0
Bumps `awsSdkVersion` from 2.37.3 to 2.41.0. Updates `software.amazon.awssdk:s3` from 2.37.3 to 2.41.0 Updates `software.amazon.awssdk:sts` from 2.37.3 to 2.41.0 Updates `software.amazon.awssdk:kms` from 2.37.3 to 2.41.0 --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sts dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:kms dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e3e81f commit f9d4c59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ subprojects {
127127

128128
awaitilityVersion = "4.3.0"
129129

130-
awsSdkVersion = "2.37.3"
130+
awsSdkVersion = "2.41.0"
131131

132132
gcpSdkVersion = "2.61.0"
133133

docs/configs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ S3StorageConfig
566566

567567
* Type: string
568568
* Default: STANDARD
569-
* Valid Values: [STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS]
569+
* Valid Values: [STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP]
570570
* Importance: low
571571

572572

storage/s3/src/test/java/io/aiven/kafka/tieredstorage/storage/s3/S3StorageConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ void withRequireStorageClassInAllowList() {
290290
.hasMessage("Invalid value WrongStorageClass for configuration s3.storage.class: "
291291
+ "String must be one of: STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, "
292292
+ "INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, "
293-
+ "FSX_OPENZFS");
293+
+ "FSX_OPENZFS, FSX_ONTAP");
294294
}
295295

296296
@Test

0 commit comments

Comments
 (0)