From 860419e20a8b78169109cdf0e4f8a5773e711506 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Thu, 26 Sep 2024 12:43:56 +0000 Subject: [PATCH 1/2] feat(changelog): add new entry --- ...age-changed-all-requests-now-go-though-scale.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelog/september2024/2024-09-26-object-storage-changed-all-requests-now-go-though-scale.mdx diff --git a/changelog/september2024/2024-09-26-object-storage-changed-all-requests-now-go-though-scale.mdx b/changelog/september2024/2024-09-26-object-storage-changed-all-requests-now-go-though-scale.mdx new file mode 100644 index 0000000000..aadfa059d6 --- /dev/null +++ b/changelog/september2024/2024-09-26-object-storage-changed-all-requests-now-go-though-scale.mdx @@ -0,0 +1,13 @@ +--- +title: All requests now go though Scaleway Object Storage’s new gateway for all Regions +status: changed +author: + fullname: 'Join the #object-storage channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-09-26 +category: storage +product: object-storage +--- + +The rollout of the new gateway is now completed in all Regions, as the http PUT requests now also go through the new Gateway, leading to a significative performance improvement especially on p50 and p90 for PUT requests. Work in progress will bring further improvements on p95, p99 and p99,9 percentiles for PUT method. + From 4840c29e1c3bd55d7d7f5d32969094407a5d5058 Mon Sep 17 00:00:00 2001 From: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:35:58 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> Co-authored-by: SamyOubouaziz --- ...bject-storage-changed-all-requests-now-go-though-scale.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/september2024/2024-09-26-object-storage-changed-all-requests-now-go-though-scale.mdx b/changelog/september2024/2024-09-26-object-storage-changed-all-requests-now-go-though-scale.mdx index aadfa059d6..374bbf5f34 100644 --- a/changelog/september2024/2024-09-26-object-storage-changed-all-requests-now-go-though-scale.mdx +++ b/changelog/september2024/2024-09-26-object-storage-changed-all-requests-now-go-though-scale.mdx @@ -1,5 +1,5 @@ --- -title: All requests now go though Scaleway Object Storage’s new gateway for all Regions +title: All requests now go through Scaleway Object Storage’s new gateway for all regions status: changed author: fullname: 'Join the #object-storage channel on Slack.' @@ -9,5 +9,5 @@ category: storage product: object-storage --- -The rollout of the new gateway is now completed in all Regions, as the http PUT requests now also go through the new Gateway, leading to a significative performance improvement especially on p50 and p90 for PUT requests. Work in progress will bring further improvements on p95, p99 and p99,9 percentiles for PUT method. +The rollout of the new gateway is now complete in all regions. HTTP `PUT` requests now also go through the new gateway, leading to a significant performance improvement, especially on p50 and p90 percentiles. The next updates will bring further improvements to p95, p99 and p99.9 percentiles for the `PUT` method.