Skip to content

Commit

Permalink
readme/cost: fix object storage write prices
Browse files Browse the repository at this point in the history
  • Loading branch information
sirupsen committed Apr 22, 2024
1 parent 52356b9 commit 9060ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ write costs (see just below).
Furthermore, for blob storage (S3/GCS/R2/...), you're charged per read/write
operation (fewer, large files is cheaper):

| | 1M | 1000 |
| ------ | ---- | ------- |
| | 1M | 1000 |
| ------ | ---- | ------- |
| Reads | \$0.5 | \$0.0004 |
| Writes | \$10 | \$0.01 |
| Writes | \$5 | \$0.005 |

## Compression Ratios

Expand Down

0 comments on commit 9060ccd

Please sign in to comment.