From df7771218c936f33613db994e1604c5aff2ecdbc Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:02:27 -0700 Subject: [PATCH] UTAPI-123: fix stale github.com/scality/S3 URL references --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index 8a6b8ff5..da6df508 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -4,7 +4,7 @@ Utapi tracks metrics of a service's usage. Metrics provided by Utapi include the number of incoming and outgoing bytes, the number of objects being stored, the storage utilized in bytes, and a count of operations performed on a service's resources. Operations supported by Utapi include APIs offered by Scality's [S3 -Server](https://github.com/scality/S3). Metrics can be retrieved for a given +Server](https://github.com/scality/cloudserver). Metrics can be retrieved for a given time range in a service's history. ## Time Range