Skip to content

Commit f53d502

Browse files
committed
Clarify S3 endpoint_url docs
1 parent 54ce927 commit f53d502

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • docs/docusaurus/docs/core/connect_to_data/filesystem_data/_create_a_data_source/_s3

docs/docusaurus/docs/core/connect_to_data/filesystem_data/_create_a_data_source/_s3/_s3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import PrereqDataContext from '../../../../_core_components/prerequisites/_preco
4343
The parameter `boto3_options` allows you to pass the following information:
4444

4545
- `region_name`: Your AWS region name.
46-
- `endpoint_url`: specifies an S3 endpoint. Set this to connect to an S3-compatible object store (Amazon S3, or a compatible provider such as Backblaze B2, Cloudflare R2, or MinIO); leave it unset for Amazon S3. You can provide an environment variable reference such as `"${S3_ENDPOINT}"` to securely include this in your code. The string `"${S3_ENDPOINT}"` will be replaced with the value of the environment variable `S3_ENDPOINT`.
46+
- `endpoint_url`: specifies an S3 endpoint. Set this to connect to a non-AWS S3-compatible object store, such as Backblaze B2, Cloudflare R2, or MinIO; leave it unset for Amazon S3. You can provide an environment variable reference such as `"${S3_ENDPOINT}"` to securely include this in your code. The string `"${S3_ENDPOINT}"` will be replaced with the value of the environment variable `S3_ENDPOINT`.
4747

4848
For more information on secure storage and retrieval of credentials in GX see [Configure credentials](/core/connect_to_data/sql_data/sql_data.md#configure-credentials).
4949

@@ -98,4 +98,3 @@ import PrereqDataContext from '../../../../_core_components/prerequisites/_preco
9898
</TabItem>
9999

100100
</Tabs>
101-

0 commit comments

Comments
 (0)