Skip to content

Commit acc39ad

Browse files
committed
fix(es): extra star
1 parent 81f6a4c commit acc39ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/edge-services/how-to/configure-cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This allows you to specify the precise objects that you want to clear from the c
9191
<Message type="tip">
9292
To avoid repeated purging, you can also set the `Cache-Control` HTTP header directly on your files/objects. This allows you to define how long items should remain in the cache before being freshly retrieved from the origin.
9393

94-
For Object Storage bucket origins, the following example call to the S3 API updates the `Cache-Control` header for **all**** objects in the bucket, setting a maximum age of 60 seconds before they must be freshly retrieved. Edge Services will respect this header when determining from where to fetch content.
94+
For Object Storage bucket origins, the following example call to the S3 API updates the `Cache-Control` header for **all** objects in the bucket, setting a maximum age of 60 seconds before they must be freshly retrieved. Edge Services will respect this header when determining from where to fetch content.
9595

9696
```
9797
./s3cmd --recursive modify --add-header="Cache-Control:max-age=60" s3://yourbucket/

0 commit comments

Comments
 (0)