Skip to content
Open
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
14 changes: 14 additions & 0 deletions content/v1.10.x/connectors/storage/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,20 @@ You can find more information on [Using temporary credentials with AWS resources

Find more information on [AWS service endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html).

- **Console Endpoint URL (optional)**: The Console Endpoint URL is used to generate clickable links in the OpenMetadata UI that direct users to the appropriate web console for viewing buckets and objects.

**For AWS S3**: Leave this field empty. OpenMetadata will automatically generate the correct AWS console URLs based on your bucket's region.

**For S3-compatible services** (MinIO, Cloudflare R2, DigitalOcean Spaces, Wasabi, etc.): Provide the base console path where your buckets can be viewed in the web interface.

Examples:
- MinIO: `http://minio.example.com:9001/browser/`
- Cloudflare R2: `https://dash.cloudflare.com/?to=/<account-id>/r2/buckets/`
- DigitalOcean Spaces: `https://cloud.digitalocean.com/spaces/`
- Wasabi: `https://console.wasabisys.com/#/file_manager/`

OpenMetadata will append the bucket name to this URL to create direct links to your buckets.

- **Profile Name**: A named profile is a collection of settings and credentials that you can apply to a AWS CLI command.
When you specify a profile to run a command, the settings and credentials are used to run that command.
Multiple named profiles can be stored in the config and credentials files.
Expand Down
21 changes: 21 additions & 0 deletions content/v1.10.x/connectors/storage/s3/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,24 @@ This is a sample config for Athena:

{% /codeInfo %}

{% codeInfo srNumber=14 %}

**Console Endpoint URL (Optional)**: The Console Endpoint URL is used to generate clickable links in the OpenMetadata UI that direct users to the appropriate web console for viewing buckets and objects.

**For AWS S3**: Leave this field empty. OpenMetadata will automatically generate the correct AWS console URLs based on your bucket's region.

**For S3-compatible services** (MinIO, Cloudflare R2, DigitalOcean Spaces, Wasabi, etc.): Provide the base console path where your buckets can be viewed in the web interface.

Examples:
- MinIO: `http://minio.example.com:9001/browser/`
- Cloudflare R2: `https://dash.cloudflare.com/?to=/<account-id>/r2/buckets/`
- DigitalOcean Spaces: `https://cloud.digitalocean.com/spaces/`
- Wasabi: `https://console.wasabisys.com/#/file_manager/`

OpenMetadata will append the bucket name to this URL to create direct links to your buckets.

{% /codeInfo %}

{% /codeInfoContainer %}

{% codeBlock fileName="filename.yaml" %}
Expand All @@ -178,6 +196,9 @@ source:
- s3-testing-1
- s3-testing-2
```
```yaml {% srNumber=14 %}
# consoleEndpointURL: http://minio.example.com:9001/browser/ # For S3-compatible services only
```
```yaml {% srNumber=11 %}
# connectionOptions:
# key: value
Expand Down
14 changes: 14 additions & 0 deletions content/v1.11.x-SNAPSHOT/connectors/storage/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,20 @@ You can find more information on [Using temporary credentials with AWS resources

Find more information on [AWS service endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html).

- **Console Endpoint URL (optional)**: The Console Endpoint URL is used to generate clickable links in the OpenMetadata UI that direct users to the appropriate web console for viewing buckets and objects.

**For AWS S3**: Leave this field empty. OpenMetadata will automatically generate the correct AWS console URLs based on your bucket's region.

**For S3-compatible services** (MinIO, Cloudflare R2, DigitalOcean Spaces, Wasabi, etc.): Provide the base console path where your buckets can be viewed in the web interface.

Examples:
- MinIO: `http://minio.example.com:9001/browser/`
- Cloudflare R2: `https://dash.cloudflare.com/?to=/<account-id>/r2/buckets/`
- DigitalOcean Spaces: `https://cloud.digitalocean.com/spaces/`
- Wasabi: `https://console.wasabisys.com/#/file_manager/`

OpenMetadata will append the bucket name to this URL to create direct links to your buckets.

- **Profile Name**: A named profile is a collection of settings and credentials that you can apply to a AWS CLI command.
When you specify a profile to run a command, the settings and credentials are used to run that command.
Multiple named profiles can be stored in the config and credentials files.
Expand Down
21 changes: 21 additions & 0 deletions content/v1.11.x-SNAPSHOT/connectors/storage/s3/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,24 @@ This is a sample config for Athena:

{% /codeInfo %}

{% codeInfo srNumber=14 %}

**Console Endpoint URL (Optional)**: The Console Endpoint URL is used to generate clickable links in the OpenMetadata UI that direct users to the appropriate web console for viewing buckets and objects.

**For AWS S3**: Leave this field empty. OpenMetadata will automatically generate the correct AWS console URLs based on your bucket's region.

**For S3-compatible services** (MinIO, Cloudflare R2, DigitalOcean Spaces, Wasabi, etc.): Provide the base console path where your buckets can be viewed in the web interface.

Examples:
- MinIO: `http://minio.example.com:9001/browser/`
- Cloudflare R2: `https://dash.cloudflare.com/?to=/<account-id>/r2/buckets/`
- DigitalOcean Spaces: `https://cloud.digitalocean.com/spaces/`
- Wasabi: `https://console.wasabisys.com/#/file_manager/`

OpenMetadata will append the bucket name to this URL to create direct links to your buckets.

{% /codeInfo %}

{% /codeInfoContainer %}

{% codeBlock fileName="filename.yaml" %}
Expand All @@ -178,6 +196,9 @@ source:
- s3-testing-1
- s3-testing-2
```
```yaml {% srNumber=14 %}
# consoleEndpointURL: http://minio.example.com:9001/browser/ # For S3-compatible services only
```
```yaml {% srNumber=11 %}
# connectionOptions:
# key: value
Expand Down