Skip to content

Commit 46ee9ba

Browse files
committed
fix
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 1d3fe5c commit 46ee9ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/production/storage-aws.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ if you use MFA), or use a short-term token solution such as
1818

1919
## Should I use S3 or DynamoDB ?
2020

21-
Note that the choices for the chunks stoage backend are: "chunks" of
21+
Note that the choices for the chunks storage backend are: "chunks" of
2222
timeseries data in S3 and index in DynamoDB, or everything in DynamoDB.
23-
Using just S3 is not an option, unless you use the experimental "blocks"
24-
storage engine.
23+
Using just S3 is not an option, unless you use the [blocks storage](../../blocks-storage/) engine.
2524

2625
Broadly S3 is much more expensive to read and write, while DynamoDB is
2726
much more expensive to store over months. S3 charges differently, so

0 commit comments

Comments
 (0)