Skip to content

Commit

Permalink
Include the aws region in example config (#19466)
Browse files Browse the repository at this point in the history
## Description 

follow up to #19464 

---

## 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 17aebf1 commit 667874c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/guides/operator/archives.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ state-archive-read-config:
# 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
aws-region: "us-west-2"
object-store-connection-limit: 20
# How many objects to read ahead when catching up
concurrency: 5
Expand Down

0 comments on commit 667874c

Please sign in to comment.