diff --git a/changelog.mdx b/changelog.mdx index 81f5e76..a2c235e 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 a49b5e4..1e76c41 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