From 8c7688e541dd61a9b4f8959276548b7c747da41c Mon Sep 17 00:00:00 2001 From: John Dutton Date: Wed, 2 Oct 2024 15:13:14 -0400 Subject: [PATCH] copy edit --- .../how-to-optimize-bucket-architecture-for-cdn/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/platform/object-storage/how-to-optimize-bucket-architecture-for-cdn/index.md b/docs/guides/platform/object-storage/how-to-optimize-bucket-architecture-for-cdn/index.md index 18c524e3b4..6eb70db873 100644 --- a/docs/guides/platform/object-storage/how-to-optimize-bucket-architecture-for-cdn/index.md +++ b/docs/guides/platform/object-storage/how-to-optimize-bucket-architecture-for-cdn/index.md @@ -76,10 +76,10 @@ Rather than placing music, video, and image content folders within the same root As the site scales, you can create additional buckets and move sub-category content (such as copyrighted or free music) to their *own buckets*. This further increases RPS capacity while further distributing the number of endpoints from which the CDN can cache content. In the example below, RPS capacity is now four times the original bucket architecture. -- Paths for the copyright bucket include: `copyright` -- Paths for the store-music bucket now include: `store-music` and `store-music/free` -- Paths for the store-video bucket include: `store-video` -- Paths for the store-images bucket include: `store-images` +- Paths for the `copyright` bucket include: `copyright` +- Paths for the `store-music` bucket now include: `store-music` and `store-music/free` +- Paths for the `store-video` bucket include: `store-video` +- Paths for the `store-images` bucket include: `store-images` ![Multi-Bucket Arch 2](Multi-bucket-arch2.png)