You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/r2/pricing.mdx
+17-41Lines changed: 17 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,53 +120,29 @@ To learn about potential cost savings from using R2, refer to the [R2 pricing ca
120
120
121
121
## R2 billing examples
122
122
123
-
### Standard storage example 1
123
+
### Standard storage example
124
124
125
-
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:
125
+
If a user writes 1,000 objects in R2 **Standard storage** for 1 month with an average size of 1 GB and reads each object 1,000 times during the month, the estimated cost for the month would be:
If a user has already stored 1,000 objects with an average size of 1 GB in R2 **Standard storage** in a previous month, and did not read any of the objects during the month, the estimated cost for the month would be:
If a user has already stored 1,000 objects with an average size of 1 GB in R2 **Infrequent Access storage** in a previous month, and did not read any of the objects during the month, the estimated cost for the month would be:
| Storage | (1,000 objects) \* (1 GB per object) | NA | 1,000 GB-months | $10.00 |
154
-
| Class A Operations | 0 | NA | 0 | $0.00 |
155
-
| Class B Operations | 0 | NA | 0 | $0.00 |
156
-
| Data retrieval (processing) | 0 | NA | 0 | $0.00 |
157
-
|**TOTAL**||||**$10.00**|
158
-
159
-
### Infrequent access example 2
135
+
### Infrequent access example
160
136
161
137
If a user writes 1,000 objects in R2 **Infrequent Access storage** across 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:
| Class A Operations | (1,000 objects) \* (1 write per object) = 1,000 writes | NA | 1,000 | $9.00 |
143
+
| Class B Operations | (1,000 objects) \* (1,000 reads per object) = 1 million reads | NA | 1 million | $0.90 |
144
+
| Data retrieval (processing) | (1,000 objects) \* (1 GB per object) = 1,000 GB | NA | 1,000 GB | $10.00 |
145
+
|**TOTAL**||||**$29.90**|
170
146
171
147
Note that the minimal storage duration for infrequent access storage is 30 days, which means the billable quantity is 1,000 GB-months, rather than 167 GB-months.
0 commit comments