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
[R2] Adding infrequent access storage example (#23224)
* Adding infrequent access storage example
* Adding data retrieval row
* Adding note on rounding up usage to next billing unit
* Adding placeholder table for IA
* Updating examples, adding new examples
* Clarification + reordering rows to match pricing table
* Implementing feedback
* Wording consistency update
* Update src/content/docs/r2/pricing.mdx
Co-authored-by: marciocloudflare <[email protected]>
* Apply suggestions from code review
Co-authored-by: Anni Wang <[email protected]>
---------
Co-authored-by: marciocloudflare <[email protected]>
Co-authored-by: Anni Wang <[email protected]>
@@ -43,6 +53,10 @@ You can use the following amount of storage and operations each month for free.
43
53
| Class B Operations | 10 million requests / month |
44
54
| Egress (data transfer to Internet) | Free [^1]|
45
55
56
+
:::caution
57
+
The free tier only applies to Standard storage, and does not apply to Infrequent Access storage.
58
+
:::
59
+
46
60
### Storage usage
47
61
48
62
Storage is billed using gigabyte-month (GB-month) as the billing metric. A GB-month is calculated by averaging the _peak_ storage per day over a billing period (30 days).
@@ -106,41 +120,42 @@ To learn about potential cost savings from using R2, refer to the [R2 pricing ca
106
120
107
121
## R2 billing examples
108
122
109
-
### Data storage example 1
123
+
### Standard storage example
124
+
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:
110
126
111
-
If a user writes 1,000 objects in R2 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:
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:
122
138
123
-
If a user writes 10 objects in R2 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:
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.
132
148
133
149
### Asset hosting
134
150
135
151
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