Skip to content

Commit ecd64a3

Browse files
authored
Merge pull request #789 from Aiven-Open/dependabot/gradle/awsSdkVersion-2.41.0
chore(deps): bump awsSdkVersion from 2.37.3 to 2.41.0
2 parents 7e3e81f + f9d4c59 commit ecd64a3

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)