Skip to content
Open
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: 6 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products."
rss: true
---

<Update label="2026-07-30" tags={["Storage","(New)"]}>
## Read-only password support for S3 API

Bunny Storage's S3-compatible API now supports read-only access keys. Use a dedicated read-only secret access key for S3 connections that should only have read permissions, adding an extra layer of access control to your storage zones. [Learn more](/storage/s3)
</Update>

<Update label="2026-07-30" tags={["Shield","(New)"]}>
## Verified bot customization for Shield Zones

Expand Down
6 changes: 6 additions & 0 deletions storage/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description: "Latest updates and improvements for Storage."
rss: true
---

<Update label="2026-07-30" tags={["Storage","(New)"]}>
## Read-only password support for S3 API

Bunny Storage's S3-compatible API now supports read-only access keys. Use a dedicated read-only secret access key for S3 connections that should only have read permissions, adding an extra layer of access control to your storage zones. [Learn more](/storage/s3)
</Update>

<Update label="2026-07-09" tags={["Storage","(New)"]}>
## S3 API 'Public Preview' launched

Expand Down