Skip to content

Commit 9060ccd

Browse files
committed
readme/cost: fix object storage write prices
1 parent 52356b9 commit 9060ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ write costs (see just below).
134134
Furthermore, for blob storage (S3/GCS/R2/...), you're charged per read/write
135135
operation (fewer, large files is cheaper):
136136

137-
| | 1M | 1000 |
138-
| ------ | ---- | ------- |
137+
| | 1M | 1000 |
138+
| ------ | ---- | ------- |
139139
| Reads | \$0.5 | \$0.0004 |
140-
| Writes | \$10 | \$0.01 |
140+
| Writes | \$5 | \$0.005 |
141141

142142
## Compression Ratios
143143

0 commit comments

Comments
 (0)