Skip to content

Commit

Permalink
update to use indexed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
radiofreejohn committed Jan 3, 2024
1 parent d600b37 commit 29e8ae9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/dataset/awscli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/dataset/rclone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/benthos_postgres_hasura.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/databend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion static/local_benthos_hasura/benthos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29e8ae9

Please sign in to comment.