Skip to content

Commit 87423e8

Browse files
authored
Preparing GA (#25142)
1 parent fe3d44e commit 87423e8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/content/docs/r2/buckets/storage-classes.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ Standard storage is designed for data that is accessed frequently. This is the d
3535
* AI training data
3636
* Other workloads involving frequently accessed data
3737

38-
### Infrequent Access storage <Badge text="Beta" variant="caution" size="small" />
39-
40-
:::note[Open Beta]
41-
This feature is currently in beta. To report bugs or request features, go to the #r2 channel in the [Cloudflare Developer Discord](https://discord.cloudflare.com) or fill out the [feedback form](https://forms.gle/5FqffSHcsL8ifEG8A).
42-
:::
38+
### Infrequent Access storage
4339

4440
Infrequent Access storage is ideal for data that is accessed less frequently. This storage class offers lower storage cost compared to Standard storage, but includes [retrieval fees](/r2/pricing/#data-retrieval) and a 30 day [minimum storage duration](/r2/pricing/#minimum-storage-duration) requirement.
4541

src/content/docs/r2/pricing.mdx

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

2525
## R2 pricing
2626

27-
| | Standard storage | Infrequent Access storage <InlineBadge preset="beta" /> |
27+
| | Standard storage | Infrequent Access storage |
2828
| ---------------------------------- | ------------------------ | ------------------------------------------------------- |
2929
| Storage | $0.015 / GB-month | $0.01 / GB-month |
3030
| Class A Operations | $4.50 / million requests | $9.00 / million requests |
@@ -92,7 +92,7 @@ For objects stored in Infrequent Access storage, you will be charged for the obj
9292
| Storage class | Minimum storage duration |
9393
| ------------------------------------------------------ | ------------------------ |
9494
| Standard storage | None |
95-
| Infrequent Access storage<InlineBadge preset="beta" /> | 30 days |
95+
| Infrequent Access storage | 30 days |
9696

9797
## R2 Data Catalog pricing
9898

0 commit comments

Comments
 (0)