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' })