From 235afae8392dc1b42611aad4eaf071299f49f32a Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Mon, 16 Sep 2024 09:14:09 +0000 Subject: [PATCH 1/2] feat(changelog): add new entry --- ...age-added-lifecycle-rules-now-allow-to-abort.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelog/september2024/2024-09-16-object-storage-added-lifecycle-rules-now-allow-to-abort.mdx diff --git a/changelog/september2024/2024-09-16-object-storage-added-lifecycle-rules-now-allow-to-abort.mdx b/changelog/september2024/2024-09-16-object-storage-added-lifecycle-rules-now-allow-to-abort.mdx new file mode 100644 index 0000000000..84fd9eed36 --- /dev/null +++ b/changelog/september2024/2024-09-16-object-storage-added-lifecycle-rules-now-allow-to-abort.mdx @@ -0,0 +1,13 @@ +--- +title: Lifecycle rules now allow to abort multipart uploads in Console +status: added +author: + fullname: 'Join the #object-storage channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-09-16 +category: storage +product: object-storage +--- + +It is now possible to configure a lifecycle rule from the Console to automatically abort your uncomplete multipart uploads after a chosen number of days. Learn here how to start configuring lifecycle rules in Console: https://www.scaleway.com/en/docs/storage/object/how-to/manage-lifecycle-rules/ + From 47cd6cde689e8986a41a66c1970fcde5e50013be Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Mon, 16 Sep 2024 12:56:31 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: nerda-codes <87707325+nerda-codes@users.noreply.github.com> --- ...ject-storage-added-lifecycle-rules-now-allow-to-abort.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog/september2024/2024-09-16-object-storage-added-lifecycle-rules-now-allow-to-abort.mdx b/changelog/september2024/2024-09-16-object-storage-added-lifecycle-rules-now-allow-to-abort.mdx index 84fd9eed36..2a926f8d1b 100644 --- a/changelog/september2024/2024-09-16-object-storage-added-lifecycle-rules-now-allow-to-abort.mdx +++ b/changelog/september2024/2024-09-16-object-storage-added-lifecycle-rules-now-allow-to-abort.mdx @@ -1,5 +1,5 @@ --- -title: Lifecycle rules now allow to abort multipart uploads in Console +title: Lifecycle rules now allow to abort multipart uploads in the Scaleway console status: added author: fullname: 'Join the #object-storage channel on Slack.' @@ -9,5 +9,4 @@ category: storage product: object-storage --- -It is now possible to configure a lifecycle rule from the Console to automatically abort your uncomplete multipart uploads after a chosen number of days. Learn here how to start configuring lifecycle rules in Console: https://www.scaleway.com/en/docs/storage/object/how-to/manage-lifecycle-rules/ - +It is now possible to configure a lifecycle rule from the Scaleway console to automatically abort your incomplete multipart uploads after a chosen number of days. Learn [how to start configuring lifecycle rules](/storage/object/how-to/manage-lifecycle-rules/) from the console.