Skip to content

Commit 7941b7f

Browse files
committed
Adding placeholder table for IA
1 parent 2634992 commit 7941b7f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/docs/r2/pricing.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To learn about potential cost savings from using R2, refer to the [R2 pricing ca
116116

117117
## R2 billing examples
118118

119-
### Data storage example 1
119+
### Standard storage example
120120

121121
If a user writes 1,000 objects in R2 standard storage for 1 month with an average size of 1 GB and requests each 1,000 times per month, the estimated cost for the month would be:
122122

@@ -129,19 +129,21 @@ If a user writes 1,000 objects in R2 standard storage for 1 month with an averag
129129
| **TOTAL** | | | | **$14.85** |
130130
| | | | | |
131131

132-
### Data storage example 2
132+
### Infrequent access example
133133

134-
If a user writes 1,000 objects in R2 infrequent access storage for 1 month with an average size of 1 GB and requests 1,000 times per month, the estimated cost for the month would be:
134+
If a user writes 1,000 objects in R2 infrequent access storage for 5 days with an average size of 1 GB and requests 1,000 times in 5 days, the estimated cost for the month would be:
135135

136136
| | Usage | Free Tier | Billable Quantity | Price |
137137
| ------------------ | ------------------------------------------- | ------------ | ----------------- | ---------- |
138138
| Class B Operations | (1,000 objects) \* (1,000 reads per object) | 10 million | 0 | $0.00 |
139139
| Class A Operations | (1,000 objects) \* (1 write per object) | 1 million | 0 | $0.00 |
140-
| Storage | (1,000 objects) \* (1 GB per object) | 10 GB-months | 990 GB-months | $9.90 |
140+
| Storage | (1,000 objects) \* (1 GB per object) | 10 GB-months | 990 GB-months | $14.85 |
141141
| Data retrieval | (1,000 objects) \* (1 GB per object) | 0 GB | 1,000 GB | $10.00 |
142-
| **TOTAL** | | | | **$19.00** |
142+
| **TOTAL** | | | | **$24.85** |
143143
| | | | | |
144144

145+
Note that the minimal storage duration for infrequent access storage is 30 days, which means the billable quantity is 990 GB-months, rather than 157 GB-months.
146+
145147
### Asset hosting
146148

147149
If a user writes 100,000 files with an average size of 100 KB object and reads 10,000,000 objects per day, the estimated cost in a month would be:

0 commit comments

Comments
 (0)