From da9d686c0f47a5f78d83246e473d0c66597d45c3 Mon Sep 17 00:00:00 2001 From: Moritz Mack Date: Tue, 11 Oct 2022 15:00:59 +0200 Subject: [PATCH] Replace website references to deprecated aws / kinesis modules with more recent aws2 module. --- .../site/content/en/blog/review-input-streaming-connectors.md | 2 +- .../site/content/en/documentation/io/built-in/snowflake.md | 4 ++-- website/www/site/content/en/documentation/io/connectors.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/www/site/content/en/blog/review-input-streaming-connectors.md b/website/www/site/content/en/blog/review-input-streaming-connectors.md index 9cafe96747f5..9ab7419bd801 100644 --- a/website/www/site/content/en/blog/review-input-streaming-connectors.md +++ b/website/www/site/content/en/blog/review-input-streaming-connectors.md @@ -82,7 +82,7 @@ and }}/org/apache/beam/sdk/io/FileIO.html">FileIO + S3Options + FileIO + S3Options diff --git a/website/www/site/content/en/documentation/io/built-in/snowflake.md b/website/www/site/content/en/documentation/io/built-in/snowflake.md index c685024be966..cc357d75c569 100644 --- a/website/www/site/content/en/documentation/io/built-in/snowflake.md +++ b/website/www/site/content/en/documentation/io/built-in/snowflake.md @@ -729,7 +729,7 @@ static SnowflakeIO.CsvMapper getCsvMapper() { {{< /highlight >}} ## Using SnowflakeIO with AWS S3 To be able to use AWS S3 bucket as `stagingBucketName` is required to: -1. Create `PipelineOptions` interface which is [extending](https://beam.apache.org/documentation/io/built-in/snowflake/#extending-pipeline-options) `SnowflakePipelineOptions` and [S3Options](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/aws/options/S3Options.html) +1. Create `PipelineOptions` interface which is [extending](https://beam.apache.org/documentation/io/built-in/snowflake/#extending-pipeline-options) `SnowflakePipelineOptions` and [S3Options](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/aws2/options/S3Options.html) with `AwsAccessKey` and `AwsSecretKey` options. Example: {{< highlight >}} @@ -763,7 +763,7 @@ options.setAwsCredentialsProvider( Pipeline p = Pipeline.create(options); {{< /highlight >}} -**Note**: Remember to set `awsRegion` from [S3Options](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/aws/options/S3Options.html). +**Note**: Remember to set `awsRegion` from [S3Options](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/aws2/options/S3Options.html). ## Using SnowflakeIO in Python SDK ### Intro diff --git a/website/www/site/content/en/documentation/io/connectors.md b/website/www/site/content/en/documentation/io/connectors.md index 353a3459d3f0..c2a2e78e34dc 100644 --- a/website/www/site/content/en/documentation/io/connectors.md +++ b/website/www/site/content/en/documentation/io/connectors.md @@ -221,7 +221,7 @@ This table provides a consolidated, at-a-glance overview of the available built- ✔ ✔ - native + native ✔ @@ -250,7 +250,7 @@ This table provides a consolidated, at-a-glance overview of the available built- ✔ ✔ - native + native