Skip to content

Commit

Permalink
update title for TiDB Dedicated
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Aug 26, 2024
1 parent 3bc123c commit 34a0553
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 4 additions & 2 deletions tidb-cloud/config-s3-and-gcs-access.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 34a0553

Please sign in to comment.