Skip to content

Commit 36a2365

Browse files
committed
Implementing feedback
1 parent 2de810e commit 36a2365

File tree

1 file changed

+17
-41
lines changed

1 file changed

+17
-41
lines changed

src/content/docs/r2/pricing.mdx

Lines changed: 17 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -120,53 +120,29 @@ To learn about potential cost savings from using R2, refer to the [R2 pricing ca
120120

121121
## R2 billing examples
122122

123-
### Standard storage example 1
123+
### Standard storage example
124124

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:
126126

127-
| | Usage | Free Tier | Billable Quantity | Price |
128-
| --------------------------- | ------------------------------------------- | ------------ | ----------------- | ----------- |
129-
| Storage | (1,000 objects) \* (1 GB per object) | 10 GB-months | 990 GB-months | $14.85 |
130-
| Class A Operations | (1,000 objects) \* (1 write per object) | 1 million | 0 | $0.00 |
131-
| Class B Operations | (1,000 objects) \* (1,000 reads per object) | 10 million | 0 | $0.00 |
132-
| Data retrieval (processing) | (1,000 objects) \* (1 GB per object) | 0 GB | None | $0.00 |
133-
| **TOTAL** | | | | **$14.85** |
127+
| | Usage | Free Tier | Billable Quantity | Price |
128+
| --------------------------- | ------------------------------------------------------------- | ------------ | ----------------- | ----------- |
129+
| Storage | (1,000 objects) \* (1 GB per object) = 1,000 GB-months | 10 GB-months | 990 GB-months | $14.85 |
130+
| Class A Operations | (1,000 objects) \* (1 write per object) = 1,000 writes | 1 million | 0 | $0.00 |
131+
| Class B Operations | (1,000 objects) \* (1,000 reads per object) = 1 million reads | 10 million | 0 | $0.00 |
132+
| Data retrieval (processing) | (1,000 objects) \* (1 GB per object) = 1,000 GB | 0 GB | None | $0.00 |
133+
| **TOTAL** | | | | **$14.85** |
134134

135-
### Standard storage example 2
136-
137-
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:
138-
139-
| | Usage | Free Tier | Billable Quantity | Price |
140-
| --------------------------- | ------------------------------------------- | ------------ | ----------------- | ----------- |
141-
| Storage | (1,000 objects) \* (1 GB per object) | 10 GB-months | 990 GB-months | $14.85 |
142-
| Class A Operations | 0 | 1 million | 0 | $0.00 |
143-
| Class B Operations | 0 | 10 million | 0 | $0.00 |
144-
| Data retrieval (processing) | 0 | 0 GB | None | $0.00 |
145-
| **TOTAL** | | | | **$14.85** |
146-
147-
### Infrequent access example 1
148-
149-
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:
150-
151-
| | Usage | Free Tier | Billable Quantity | Price |
152-
| --------------------------- | ------------------------------------------- | ------------ | ----------------- | ----------- |
153-
| 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
160136

161137
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:
162138

163-
| | Usage | Free Tier | Billable Quantity | Price |
164-
| --------------------------- | ------------------------------------------- | ------------ | ----------------- | ----------- |
165-
| Storage | (1,000 objects) \* (1 GB per object) | NA | 1,000 GB-months | $10.00 |
166-
| Class A Operations | (1,000 objects) \* (1 write per object) | NA | 1,000 | $9.00 |
167-
| Class B Operations | (1,000 objects) \* (1,000 reads per object) | NA | 1 million | $0.90 |
168-
| Data retrieval (processing) | (1,000 objects) \* (1 GB per object) | NA | 1,000 GB | $10.00 |
169-
| **TOTAL** | | | | **$29.90** |
139+
| | Usage | Free Tier | Billable Quantity | Price |
140+
| --------------------------- | ------------------------------------------------------------- | ------------ | ----------------- | ----------- |
141+
| Storage | (1,000 objects) \* (1 GB per object) = 1,000 GB-months | NA | 1,000 GB-months | $10.00 |
142+
| 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** |
170146

171147
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.
172148

0 commit comments

Comments
 (0)