Skip to content

Commit

Permalink
update api key (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
radiofreejohn authored Jul 25, 2024
1 parent 47bdd4f commit 75c45bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/dataset/awscli.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ First, you’ll need to add the account and secret key for the indexed.xyz R2 bu

```
[indexedxyz]
aws_access_key_id = 094c97e8d9532a90e8b04a910e27e34b
aws_secret_access_key = 9ecf4202fe4c67127e1ce6656626f094585e27494a51d57f457cfff410307ef4
aws_access_key_id = 43c31ff797ec2387177cabab6d18f15a
aws_secret_access_key = afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645fb284cf7
```

## Downloading with the AWS CLI tools
Expand Down
8 changes: 4 additions & 4 deletions docs/dataset/rclone.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ First, you’ll need to add the account and secret key for the indexed.xyz R2 bu
[r2]
type = s3
provider = Cloudflare
access_key_id = 094c97e8d9532a90e8b04a910e27e34b
secret_access_key = 9ecf4202fe4c67127e1ce6656626f094585e27494a51d57f457cfff410307ef4
access_key_id = 43c31ff797ec2387177cabab6d18f15a
secret_access_key = afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645fb284cf7
region = auto
endpoint = https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com
```
Expand All @@ -19,8 +19,8 @@ endpoint = https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com
Follow the instructions linked above. You will need three inputs specific to the indexed.xyz R2 bucket:

```
access_key_id = 094c97e8d9532a90e8b04a910e27e34b
secret_access_key = 9ecf4202fe4c67127e1ce6656626f094585e27494a51d57f457cfff410307ef4
access_key_id = 43c31ff797ec2387177cabab6d18f15a
secret_access_key = afb354f05026f2512557922974e9dd2fdb21e5c2f5cbf929b35f0645fb284cf7
endpoint = https://ed5d915e0259fcddb2ab1ce5592040c3.r2.cloudflarestorage.com
```

Expand Down

0 comments on commit 75c45bb

Please sign in to comment.