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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ To learn about potential cost savings from using R2, refer to the [R2 pricing ca
116
116
117
117
## R2 billing examples
118
118
119
-
### Data storage example 1
119
+
### Standard storage example
120
120
121
121
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:
122
122
@@ -129,19 +129,21 @@ If a user writes 1,000 objects in R2 standard storage for 1 month with an averag
129
129
|**TOTAL**||||**$14.85**|
130
130
||||||
131
131
132
-
### Data storage example 2
132
+
### Infrequent access example
133
133
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:
| Data retrieval | (1,000 objects) \* (1 GB per object) | 0 GB | 1,000 GB | $10.00 |
142
-
|**TOTAL**||||**$19.00**|
142
+
|**TOTAL**||||**$24.85**|
143
143
||||||
144
144
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
+
145
147
### Asset hosting
146
148
147
149
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