Skip to content

Commit

Permalink
[BEAM-12739] Add AWS services as a runtime dependency to Flink Job Se…
Browse files Browse the repository at this point in the history
…rver to support S3
  • Loading branch information
lukecwik committed Aug 16, 2021
2 parents c3bc467 + 80ee586 commit bfd7b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runners/flink/job-server/flink_job_server.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ dependencies {
validatesPortableRunner project(path: ":runners:portability:java", configuration: "testRuntime")
runtime project(":sdks:java:extensions:google-cloud-platform-core")
runtime library.java.slf4j_simple
// TODO: Enable AWS and HDFS file system.
// TODO: Enable HDFS file system.
runtime project(":sdks:java:io:amazon-web-services2")
// External transform expansion
// Kafka
runtimeOnly project(":sdks:java:io:kafka")
Expand Down

0 comments on commit bfd7b17

Please sign in to comment.