From e020d3ac5fc5f92a6316c671a27ac09eb517167a Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 30 Jul 2026 20:20:42 +0000 Subject: [PATCH] Add changelog entry for S3 read-only password support Documents the new read-only access key feature for the S3-compatible Storage API in both the root and storage changelogs (PR #382). Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01NLkrjJ9sQEXvLsmCPauRS4 --- changelog.mdx | 6 ++++++ storage/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 81f5e760..a2c235e6 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## 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) + + ## Verified bot customization for Shield Zones diff --git a/storage/changelog.mdx b/storage/changelog.mdx index a49b5e44..1e76c418 100644 --- a/storage/changelog.mdx +++ b/storage/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements for Storage." rss: true --- + + ## 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) + + ## S3 API 'Public Preview' launched