Skip to content

Commit 2634992

Browse files
committed
Adding note on rounding up usage to next billing unit
1 parent 6073ddf commit 2634992

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/docs/r2/pricing.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ To learn about potential cost savings from using R2, refer to the [R2 pricing ca
3232
| Data Retrieval (processing) | None | $0.01 / GB |
3333
| Egress (data transfer to Internet) | Free [^1] | Free [^1] |
3434

35+
:::caution[Billable unit rounding]
36+
Cloudflare rounds up your usage to the next billing unit.
37+
38+
For example:
39+
40+
- If you have performed one million and one operations, you will be billed for two million operations.
41+
- If you have used 1.1 GB-month, you will be billed for 2 GB-month.
42+
- If you have retrieved data (for infrequent access storage) for 1.1 GB, you will be billed for 2 GB.
43+
:::
44+
3545
### Free tier
3646

3747
You can use the following amount of storage and operations each month for free. The free tier only applies to Standard storage.

0 commit comments

Comments
 (0)