From 0e6671294663982d55b484d0c7ca63c3c55e8b2b Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Mon, 18 Nov 2024 07:55:49 -0300 Subject: [PATCH] remove request payer --- docs/content/operator/snapshots.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/operator/snapshots.mdx b/docs/content/operator/snapshots.mdx index 7ffc3795716..1a3456c8af7 100644 --- a/docs/content/operator/snapshots.mdx +++ b/docs/content/operator/snapshots.mdx @@ -48,7 +48,7 @@ To restore from a RocksDB snapshot, follow these steps: 1. Place the snapshot into the directory that the `db-config` value points to in your `fullnode.yaml` file. For example, if the `db-config` value points to `/opt/iota/db/authorities_db/full_node_db` and you want to restore from epoch 10, then copy the snapshot to the directory with this command: You can use the aws cli (provided you have credentials to associate with the download): - `aws s3 cp s3:///epoch_10 /opt/iota/db/authorities_db/full_node_db/live --recursive --request-payer`. + `aws s3 cp s3:///epoch_10 /opt/iota/db/authorities_db/full_node_db/live --recursive`. An alternative is to use `iota-tool` to copy the files: ```shell @@ -113,10 +113,6 @@ The following steps can be used to restore a node from a Formal snapshot: The IOTA Foundation hosts two tiers of snapshot storage access. **High throughput, Requester Pays enabled buckets**, and **free, permissionless buckets**. -**High throughput, Requester Pays enabled buckets:** -* S3 are both setup with requester pays. This means that you'll need to provide a set of valid AWS credentials when downloading from these buckets. -* If you are looking for the best download speeds, we recommend using the S3 buckets with [transfer acceleration](https://aws.amazon.com/s3/transfer-acceleration/) enabled. - **Free, permissionless buckets:** * These are currently hosted on Cloudflare R2, currently only in North America, but we plan on adding more regions soon. * Since the bucket is open to the internet, there's no need to provide any cloud credentials.