Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/content/docs/r2/buckets/storage-classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ Standard storage is designed for data that is accessed frequently. This is the d
* AI training data
* Other workloads involving frequently accessed data

### Infrequent Access storage <Badge text="Beta" variant="caution" size="small" />

:::note[Open Beta]
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).
:::
### Infrequent Access storage

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.

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/r2/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To learn about potential cost savings from using R2, refer to the [R2 pricing ca

## R2 pricing

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

## R2 Data Catalog pricing

Expand Down