Skip to content

Commit

Permalink
add no sign request to archives docs (#19464)
Browse files Browse the repository at this point in the history
## Description 

small docs update so users don't need to supply aws creds

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
johnjmartin authored Sep 20, 2024
1 parent 96ee5fa commit d87662a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/content/guides/operator/archives.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@ state-archive-read-config:
# Use mysten-testnet-archives for testnet
# Use mysten-mainnet-archives for mainnet
bucket: "mysten-<testnet|mainnet>-archives"
# Use your AWS account access key id
aws-access-key-id: "<AWS-ACCESS-KEY-ID>"
# Use your AWS account secret access key
aws-secret-access-key: "<AWS-SECRET-ACCESS-KEY>"
aws-region: "<AWS-REGION>"
# you can either provide your own aws credentials via "aws-secret-access-key" and
# "aws-access-key-id" or set no-sign-request: true
no-sign-request: true
object-store-connection-limit: 20
# How many objects to read ahead when catching up
concurrency: 5
Expand Down

0 comments on commit d87662a

Please sign in to comment.