diff --git a/docs/dataset/awscli.md b/docs/dataset/awscli.md index 7e8e771..12447e4 100644 --- a/docs/dataset/awscli.md +++ b/docs/dataset/awscli.md @@ -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 diff --git a/docs/dataset/rclone.md b/docs/dataset/rclone.md index 0663aa0..570fe4d 100644 --- a/docs/dataset/rclone.md +++ b/docs/dataset/rclone.md @@ -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 ``` @@ -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 ```