From 29e8ae9d5ef926f8ed6d0bb857c94a11f149162c Mon Sep 17 00:00:00 2001 From: John Clover Date: Wed, 3 Jan 2024 15:13:53 -0500 Subject: [PATCH] update to use indexed URL --- docs/dataset/awscli.md | 2 +- docs/dataset/rclone.md | 4 ++-- docs/examples/benthos_postgres_hasura.md | 2 +- docs/examples/databend.md | 2 +- static/local_benthos_hasura/benthos.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/dataset/awscli.md b/docs/dataset/awscli.md index 5424648..e2bb7dd 100644 --- a/docs/dataset/awscli.md +++ b/docs/dataset/awscli.md @@ -17,7 +17,7 @@ aws_secret_access_key = afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645 To retrieve the files using the AWS cli tools, you can then run the following command in a terminal with the provided credentials: ```bash -$ aws s3 cp --endpoint-url https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com --profile indexedxyz s3://indexed-xyz/ethereum/decoded/logs/v1.2.0/partition_key=9d/ . --recursive +$ aws s3 cp --endpoint-url https://data.indexed.xyz --profile indexedxyz s3://indexed-xyz/ethereum/decoded/logs/v1.2.0/partition_key=9d/ . --recursive ``` This will download the Parquet files into the current directory. diff --git a/docs/dataset/rclone.md b/docs/dataset/rclone.md index c23e080..6d47f4b 100644 --- a/docs/dataset/rclone.md +++ b/docs/dataset/rclone.md @@ -11,7 +11,7 @@ provider = Cloudflare access_key_id = 43c31ff797ec2387177cabab6d18f15a secret_access_key = afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645fb284cf7 region = auto -endpoint = https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com +endpoint = https://data.indexed.xyz ``` ## rclone configuration inputs @@ -21,7 +21,7 @@ Follow the instructions linked above. You will need three inputs specific to the ``` access_key_id = 43c31ff797ec2387177cabab6d18f15a secret_access_key = afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645fb284cf7 -endpoint = https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com +endpoint = https://data.indexed.xyz ``` ## Downloading with rclone diff --git a/docs/examples/benthos_postgres_hasura.md b/docs/examples/benthos_postgres_hasura.md index b9c87e1..0e0896f 100644 --- a/docs/examples/benthos_postgres_hasura.md +++ b/docs/examples/benthos_postgres_hasura.md @@ -36,7 +36,7 @@ input: bucket: 'indexed-xyz' region: 'auto' prefix: 'ethereum/decoded/logs/v1.2.0/partition_key=9d/' - endpoint: 'https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com' + endpoint: 'https://data.indexed.xyz' credentials: id: 43c31ff797ec2387177cabab6d18f15a secret: afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645fb284cf7 diff --git a/docs/examples/databend.md b/docs/examples/databend.md index 87e6d1a..158a0d1 100644 --- a/docs/examples/databend.md +++ b/docs/examples/databend.md @@ -16,7 +16,7 @@ First, we need to add indexed.xyz R2 as a Databend [stage](https://docs.databend CREATE STAGE r2_stage URL = 's3://indexed-xyz/ethereum/decoded/logs/v1.2.0/partition_key=9d/' CONNECTION = ( - ENDPOINT_URL = 'https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com/' + ENDPOINT_URL = 'https://data.indexed.xyz/' REGION = 'auto' ACCESS_KEY_ID = '43c31ff797ec2387177cabab6d18f15a' SECRET_ACCESS_KEY = 'afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645fb284cf7' diff --git a/static/local_benthos_hasura/benthos.yaml b/static/local_benthos_hasura/benthos.yaml index aa72bc9..f4424db 100644 --- a/static/local_benthos_hasura/benthos.yaml +++ b/static/local_benthos_hasura/benthos.yaml @@ -21,7 +21,7 @@ input: bucket: 'indexed-xyz' region: 'auto' prefix: 'ethereum/decoded/logs/v1.0.0/partition_key=9d/dt=2023' - endpoint: 'https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com' + endpoint: 'https://data.indexed.xyz' credentials: id: 43c31ff797ec2387177cabab6d18f15a secret: afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645fb284cf7