Skip to content

Commit 0811e22

Browse files
Oxyjunaninibread
andauthored
Apply suggestions from code review
Co-authored-by: Anni Wang <[email protected]>
1 parent 4d7b2b5 commit 0811e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/r2/pricing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ If a user writes 1,000 objects in R2 **Standard storage** for 1 month with an av
129129
| Storage | (1,000 objects) \* (1 GB per object) = 1,000 GB-months | 10 GB-months | 990 GB-months | $14.85 |
130130
| Class A Operations | (1,000 objects) \* (1 write per object) = 1,000 writes | 1 million | 0 | $0.00 |
131131
| Class B Operations | (1,000 objects) \* (1,000 reads per object) = 1 million reads | 10 million | 0 | $0.00 |
132-
| Data retrieval (processing) | (1,000 objects) \* (1 GB per object) = 1,000 GB | 0 GB | None | $0.00 |
132+
| Data retrieval (processing) | (1,000 objects) \* (1 GB per object) = 1,000 GB | NA | None | $0.00 |
133133
| **TOTAL** | | | | **$14.85** |
134134

135135
### Infrequent access example
136136

137-
If a user writes 1,000 objects in R2 **Infrequent Access storage** across five days with an average size of 1 GB and reads each object 1,000 times in five days, the estimated cost for the month would be:
137+
If a user writes 1,000 objects in R2 Infrequent Access storage with an average size of 1 GB, stores them for 5 days, and then deletes them (delete operations are free), and during those 5 days each object is read 1,000 times, the estimated cost for the month would be:
138138

139139
| | Usage | Free Tier | Billable Quantity | Price |
140140
| --------------------------- | ------------------------------------------------------------- | ------------ | ----------------- | ----------- |

0 commit comments

Comments
 (0)