Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions aws-bundle/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -514,3 +514,14 @@ License: The Apache Software License, Version 2.0 - http://www.apache.org/licens
Group: software.amazon.eventstream Name: eventstream Version: 1.0.1
Project URL: https://github.com/awslabs/aws-eventstream-java
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0

--------------------------------------------------------------------------------

Group: software.amazon.s3.accessgrants Name: aws-s3-accessgrants-java-plugin Version: 2.3.0
Project URL: https://github.com/aws/aws-s3-accessgrants-plugin-java-v2
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0

--------------------------------------------------------------------------------
Group: software.amazon.s3.analyticsaccelerator Name: analyticsaccelerator-s3 Version: 1.0.0
Project URL: https://github.com/awslabs/analytics-accelerator-s3
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0
2 changes: 2 additions & 0 deletions aws-bundle/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ NOTICE for Group: software.amazon.awssdk Name: sdk-core Version: 2.29.52
NOTICE for Group: software.amazon.awssdk Name: sso Version: 2.29.52
NOTICE for Group: software.amazon.awssdk Name: sts Version: 2.29.52
NOTICE for Group: software.amazon.awssdk Name: utils Version: 2.29.52
NOTICE for Group: software.amazon.s3.accessgrants Name: aws-s3-accessgrants-java-plugin Version: 2.3.0
NOTICE for Group: software.amazon.s3.analyticsaccelerator Name: analyticsaccelerator-s3 Version: 1.0.0

AWS SDK for Java 2.0
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Expand Down
4 changes: 4 additions & 0 deletions aws-bundle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ project(":iceberg-aws-bundle") {

dependencies {
implementation platform(libs.awssdk.bom)
implementation libs.awssdk.s3accessgrants
implementation "software.amazon.awssdk:apache-client"
implementation "software.amazon.awssdk:auth"
implementation "software.amazon.awssdk:crt-core"
implementation "software.amazon.awssdk:http-auth-aws-crt"
implementation "software.amazon.awssdk:iam"
implementation "software.amazon.awssdk:sso"
Expand All @@ -36,6 +38,8 @@ project(":iceberg-aws-bundle") {
implementation "software.amazon.awssdk:sts"
implementation "software.amazon.awssdk:dynamodb"
implementation "software.amazon.awssdk:lakeformation"

implementation libs.analyticsaccelerator.s3
}

shadowJar {
Expand Down
6 changes: 6 additions & 0 deletions kafka-connect/kafka-connect-runtime/hive/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -1939,4 +1939,10 @@ Group: org.mongodb Name: bson Version: 4.11
Project URL (from POM): https://github.com/mongodb/mongo-java-driver
License (from POM): The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt

--------------------------------------------------------------------------------

Group: software.amazon.s3.analyticsaccelerator Name: analyticsaccelerator-s3 Version: 1.0.0
Project URL: https://github.com/awslabs/analytics-accelerator-s3
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0

--------------------------------------------------------------------------------
1 change: 1 addition & 0 deletions kafka-connect/kafka-connect-runtime/hive/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Group: software.amazon.awssdk Name: sdk-core Version: 2.29.52
Group: software.amazon.awssdk Name: sso Version: 2.29.52
Group: software.amazon.awssdk Name: sts Version: 2.29.52
Group: software.amazon.awssdk Name: utils Version: 2.29.52
Group: software.amazon.s3.analyticsaccelerator Name: analyticsaccelerator-s3 Version: 1.0.0

Notice:
| AWS SDK for Java 2.0
Expand Down
6 changes: 6 additions & 0 deletions kafka-connect/kafka-connect-runtime/main/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -1453,4 +1453,10 @@ Group: org.mongodb Name: bson Version: 4.11
Project URL (from POM): https://github.com/mongodb/mongo-java-driver
License (from POM): The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt

--------------------------------------------------------------------------------

Group: software.amazon.s3.analyticsaccelerator Name: analyticsaccelerator-s3 Version: 1.0.0
Project URL: https://github.com/awslabs/analytics-accelerator-s3
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0

--------------------------------------------------------------------------------
1 change: 1 addition & 0 deletions kafka-connect/kafka-connect-runtime/main/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Group: software.amazon.awssdk Name: sdk-core Version: 2.29.52
Group: software.amazon.awssdk Name: sso Version: 2.29.52
Group: software.amazon.awssdk Name: sts Version: 2.29.52
Group: software.amazon.awssdk Name: utils Version: 2.29.52
Group: software.amazon.s3.analyticsaccelerator Name: analyticsaccelerator-s3 Version: 1.0.0

Notice:
| AWS SDK for Java 2.0
Expand Down