From 0edabb93666fcb25cddea82af5fd3940301af885 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 9 Jul 2026 11:52:16 +0000 Subject: [PATCH] Add changelog entries for Storage S3 API public preview (PR #331) Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01FzGGqRGPpLmTuuYvQpEEqA --- changelog.mdx | 6 ++++++ storage/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 9a3837fc..971e2963 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## S3-compatible API now in public preview + + Bunny Storage's S3-compatible API has moved from closed preview to public preview, with Sydney (SYD) added as a new region, presigned URL caching, Content-MD5 validation for multipart uploads, and documented rate limits (500 RPS, 1 Gbps). [Learn more](/storage/s3) + + ## AVIF, HEIC and HEIF are now GA diff --git a/storage/changelog.mdx b/storage/changelog.mdx index 718d7fe5..1354b73a 100644 --- a/storage/changelog.mdx +++ b/storage/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements for Storage." rss: true --- + + ## S3-compatible API now in public preview + + Bunny Storage's S3-compatible API has moved from closed preview to public preview, with Sydney (SYD) added as a new region, presigned URL caching, Content-MD5 validation for multipart uploads, and documented rate limits (500 RPS, 1 Gbps). [Learn more](/storage/s3) + + ## Root directory deletion support