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
| Class A Operations | 1 million requests / month |
49
43
| Class B Operations | 10 million requests / month |
50
-
| Egress (data transfer to Internet) | Free <sup>1</sup> |
51
-
52
-
<sup>1</sup> Egressing directly from R2, including via the [Workers
53
-
API](/r2/api/workers/), [S3 API](/r2/api/s3/), and [`r2.dev`
54
-
domains](/r2/buckets/public-buckets/#enable-managed-public-access) does not
55
-
incur data transfer (egress) charges and is free. If you connect other metered
56
-
services to an R2 bucket, you may be charged by those services.
44
+
| Egress (data transfer to Internet) | Free [^1]|
57
45
58
46
### Storage usage
59
47
@@ -112,18 +100,30 @@ To learn about potential cost savings from using R2, refer to the [R2 pricing ca
112
100
113
101
## R2 billing examples
114
102
115
-
### Data storage
103
+
### Data storage example 1
116
104
117
105
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 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:
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:
@@ -145,3 +145,5 @@ To learn more about how usage is billed, refer to [Cloudflare Billing Policy](/s
145
145
### Will I be charged for unauthorized requests to my R2 bucket?
146
146
147
147
No. You are not charged for operations when the caller does not have permission to make the request (HTTP 401 `Unauthorized` response status code).
148
+
149
+
[^1]: Egressing directly from R2, including via the [Workers API](/r2/api/workers/), [S3 API](/r2/api/s3/), and [`r2.dev` domains](/r2/buckets/public-buckets/#enable-managed-public-access) does not incur data transfer (egress) charges and is free. If you connect other metered services to an R2 bucket, you may be charged by those services.
0 commit comments