Skip to content

Commit

Permalink
Upgrading AWS SDK dependency for native plugins (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
saratvemulapalli committed Jun 25, 2022
1 parent 722a8b9 commit aa6f782
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 16 deletions.
3 changes: 3 additions & 0 deletions buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ httpasyncclient = 4.1.4
commonslogging = 1.2
commonscodec = 1.13

# plugin dependencies
aws = 1.12.247

# when updating this version, you need to ensure compatibility with:
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
# - distribution/tools/plugin-cli
Expand Down
4 changes: 0 additions & 4 deletions plugins/discovery-ec2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ opensearchplugin {
classname 'org.opensearch.discovery.ec2.Ec2DiscoveryPlugin'
}

versions << [
'aws': '1.11.749'
]

dependencies {
api "com.amazonaws:aws-java-sdk-ec2:${versions.aws}"
api "com.amazonaws:aws-java-sdk-core:${versions.aws}"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
70f59d940c965a899f69743ec36a8eb099f539ef

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
30120ff6617fb653d525856480d7ba99528d875d
9 changes: 3 additions & 6 deletions plugins/repository-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ opensearchplugin {
classname 'org.opensearch.repositories.s3.S3RepositoryPlugin'
}

versions << [
'aws': '1.11.749'
]

dependencies {
api "com.amazonaws:aws-java-sdk-s3:${versions.aws}"
api "com.amazonaws:aws-java-sdk-core:${versions.aws}"
Expand Down Expand Up @@ -240,7 +236,7 @@ testClusters.yamlRestTest {
setting 's3.client.integration_test_permanent.endpoint', { "${-> fixtureAddress('s3-fixture', 's3-fixture', '80')}" }, IGNORE_VALUE
setting 's3.client.integration_test_temporary.endpoint', { "${-> fixtureAddress('s3-fixture', 's3-fixture-with-session-token', '80')}" }, IGNORE_VALUE
setting 's3.client.integration_test_ec2.endpoint', { "${-> fixtureAddress('s3-fixture', 's3-fixture-with-ec2', '80')}" }, IGNORE_VALUE
setting 's3.client.integration_test_eks.endpoint', { "${-> fixtureAddress('s3-fixture', 's3-fixture-with-eks', '80')}" }, IGNORE_VALUE
setting 's3.client.integration_test_eks.endpoint', { "${-> fixtureAddress('s3-fixture', 's3-fixture-with-eks', '80')}" }, IGNORE_VALUE
setting 's3.client.integration_test_eks.region', { "us-east-2" }, IGNORE_VALUE
// to redirect InstanceProfileCredentialsProvider to custom auth point
Expand Down Expand Up @@ -386,7 +382,8 @@ thirdPartyAudit.ignoreMissingClasses(
'com.amazonaws.services.kms.model.EncryptRequest',
'com.amazonaws.services.kms.model.EncryptResult',
'com.amazonaws.services.kms.model.GenerateDataKeyRequest',
'com.amazonaws.services.kms.model.GenerateDataKeyResult'
'com.amazonaws.services.kms.model.GenerateDataKeyResult',
'com.amazonaws.services.kms.AWSKMSClientBuilder'
)
// jarhell with jdk (intentionally, because jaxb was removed from default modules in java 9)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
70f59d940c965a899f69743ec36a8eb099f539ef

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
648c59d979e2792b4aa8f444a4748abd62a65783

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3e77a7409ccf7ef3c3d342897dd75590147d2ffe

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a1f7acde495f815af705490f2a37b3758299a8e4

0 comments on commit aa6f782

Please sign in to comment.