Skip to content

Commit af45d50

Browse files
committed
Adding infrequent access storage example
1 parent 41f4c8b commit af45d50

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/content/docs/r2/pricing.mdx

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

109109
### Data storage example 1
110110

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:
111+
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:
112112

113113
| | Usage | Free Tier | Billable Quantity | Price |
114114
| ------------------ | ------------------------------------------- | ------------ | ----------------- | ---------- |
@@ -120,15 +120,16 @@ If a user writes 1,000 objects in R2 for 1 month with an average size of 1 GB an
120120

121121
### Data storage example 2
122122

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:
123+
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:
124124

125-
| | Usage | Free Tier | Billable Quantity | Price |
126-
| ------------------ | ------------------------------------------- | ------------ | ----------------- | --------- |
127-
| Class B Operations | (1,000 objects) \* (1,000 reads per object) | 10 million | 0 | $0.00 |
128-
| Class A Operations | (1,000 objects) \* (1 write per object) | 1 million | 0 | $0.00 |
129-
| Storage | (10 objects) \* (1 GB per object) | 10 GB-months | 0 | $0.00 |
130-
| **TOTAL** | | | | **$0.00** |
131-
| | | | | |
125+
| | Usage | Free Tier | Billable Quantity | Price |
126+
| ------------------ | ------------------------------------------- | ------------ | ----------------- | ---------- |
127+
| Class B Operations | (1,000 objects) \* (1,000 reads per object) | 10 million | 0 | $0.00 |
128+
| Class A Operations | (1,000 objects) \* (1 write per object) | 1 million | 0 | $0.00 |
129+
| Storage | (1,000 objects) \* (1 GB per object) | 10 GB-months | 990 GB-months | $9.90 |
130+
| Data retrieval | (1,000 objects) \* (1 GB per object) | 0 GB | 1,000 GB | $10.00 |
131+
| **TOTAL** | | | | **$19.00** |
132+
| | | | | |
132133

133134
### Asset hosting
134135

0 commit comments

Comments
 (0)