From 34a0553d9e7f182a372622fe85b2c547c270102e Mon Sep 17 00:00:00 2001 From: houfaxin Date: Mon, 26 Aug 2024 17:54:24 +0800 Subject: [PATCH] update title for TiDB Dedicated --- TOC-tidb-cloud.md | 4 ++-- tidb-cloud/config-s3-and-gcs-access.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/TOC-tidb-cloud.md b/TOC-tidb-cloud.md index 429c8fed4a389..2349ebfb8aacb 100644 --- a/TOC-tidb-cloud.md +++ b/TOC-tidb-cloud.md @@ -232,13 +232,13 @@ - [Import Apache Parquet Files from Amazon S3 or GCS](/tidb-cloud/import-parquet-files.md) - [Import with MySQL CLI](/tidb-cloud/import-with-mysql-cli.md) - Reference - - [Configure Amazon S3 Access and GCS Access](/tidb-cloud/config-s3-and-gcs-access.md) + - [Configure External Storage Access for TiDB Dedicated](/tidb-cloud/config-s3-and-gcs-access.md) + - [Configure External Storage Access for TiDB Serverless](/tidb-cloud/serverless-external-storage.md) - [Naming Conventions for Data Import](/tidb-cloud/naming-conventions-for-data-import.md) - [CSV Configurations for Importing Data](/tidb-cloud/csv-config-for-import-data.md) - [Troubleshoot Access Denied Errors during Data Import from Amazon S3](/tidb-cloud/troubleshoot-import-access-denied-error.md) - [Precheck Errors, Migration Errors, and Alerts for Data Migration](/tidb-cloud/tidb-cloud-dm-precheck-and-troubleshooting.md) - [Connect AWS DMS to TiDB Cloud clusters](/tidb-cloud/tidb-cloud-connect-aws-dms.md) - - [Configure TiDB Cloud Serverless external storage access](/tidb-cloud/serverless-external-storage.md) - Explore Data - [Chat2Query (Beta) in SQL Editor](/tidb-cloud/explore-data-with-chat2query.md) - Vector Search (Beta) diff --git a/tidb-cloud/config-s3-and-gcs-access.md b/tidb-cloud/config-s3-and-gcs-access.md index 784df3f8ce80d..a2af38d3c479c 100644 --- a/tidb-cloud/config-s3-and-gcs-access.md +++ b/tidb-cloud/config-s3-and-gcs-access.md @@ -1,12 +1,14 @@ --- -title: Configure Amazon S3 Access and GCS Access +title: Configure External Storage Access for TiDB Dedicated summary: Learn how to configure Amazon Simple Storage Service (Amazon S3) access and Google Cloud Storage (GCS) access. --- -# Configure Amazon S3 Access and GCS Access +# Configure External Storage Access for TiDB Dedicated If your source data is stored in Amazon S3 or Google Cloud Storage (GCS) buckets, before importing or migrating the data to TiDB Cloud, you need to configure cross-account access to the buckets. This document describes how to do this. +If you need to configure these external storages for TiDB Serverless, see [Configure Amazon S3 Access and GCS Access for TiDB Serverless](/tidb-cloud/serverless-external-storage.md). + ## Configure Amazon S3 access To allow TiDB Cloud to access the source data in your Amazon S3 bucket, you need to configure the bucket access for TiDB Cloud. You can use either of the following methods to configure the bucket access: