From 7759d1496ff06c69349e05dc169507aa7d783751 Mon Sep 17 00:00:00 2001 From: Dan Willoughby Date: Tue, 6 Feb 2024 08:04:18 -0700 Subject: [PATCH] Update page.md --- app/dcs/buckets/data-location/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dcs/buckets/data-location/page.md b/app/dcs/buckets/data-location/page.md index 913b95cd4..0a2ea3d2b 100644 --- a/app/dcs/buckets/data-location/page.md +++ b/app/dcs/buckets/data-location/page.md @@ -12,7 +12,7 @@ When a download is requested on Storj, the segments located closest to the desti ## Setting the region -Most [S3 compatible tools](docId:REPde_t8MJMDaE2BU8RfQ) require setting an region in their configuration. For these tools, the region can be set to `global`. +Most [S3 compatible tools](docId:REPde_t8MJMDaE2BU8RfQ) require setting a region in their configuration. For these tools, the region can be set to `global`. ```js const s3Client = new S3.S3Client({ region: 'global' })