Skip to content

Commit 930940e

Browse files
committed
Date update & duplication
1 parent d6a8a22 commit 930940e

File tree

15 files changed

+125
-206
lines changed

15 files changed

+125
-206
lines changed

pages/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.de-de.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Smart Storage Management with Lifecycle Rules
33
excerpt: Learn how to optimise your storage costs with OVHcloud lifecycle rules
4-
updated: 2025-05-13
4+
updated: 2025-06-05
55
---
66

77
<style>
@@ -54,14 +54,7 @@ When an object reaches the end of its lifetime based on its lifecycle configurat
5454
- **versioned**: a delete marker is created and becomes the current version. You can also choose how many old versions you want to keep. If the current object version is the only object version and it is also a delete marker, that delete marker will be removed.
5555
- **versioning-suspended**: we currently do not allow for the suspension of versioning if you have a lifecycle configuration in effect and vice-versa. We currently do not allow for the upload of a lifecycle configuration if versioning is suspended on the bucket.
5656

57-
> [!warning]
58-
>
59-
> The release of the feature will be done in 2 phases:
60-
>
61-
> - Phase 1: support for expiration only
62-
> - Phase 2: support for transitions
63-
64-
## Expiration (available)
57+
## Expiration
6558

6659
Lifecycle rules are processed asynchronously and on a best-effort basis. Most rules are applied within 24 hours, but for very large buckets or when processing many objects, it might take longer. During this delay, you continue to be billed for the object's current storage tier, even if the rule (e.g., expiration or transition) has already been triggered but not yet completed. For example, if an object is set to be deleted on day 30 but is only processed on day 32, you may be billed for an additional two days.
6760

@@ -393,7 +386,7 @@ In a versioned bucket, the following configuration does the following actions:
393386

394387
///
395388

396-
## Transition (coming soon)
389+
## Transition
397390

398391
### Supported transitions
399392

@@ -403,11 +396,12 @@ In a versioned bucket, the following configuration does the following actions:
403396
404397
The following are the currently supported transitions:
405398

406-
| from/to | High Performance | Standard | Standard Infrequent Access |Cold Archive |
407-
| ---------------- | ---------------- | --------- | -------------------------- |------------ |
408-
| High Performance | - | yes | yes | no |
409-
| Standard | forbidden | - | yes | no |
410-
| Cold Archive | forbidden | forbidden | forbidden | - |
399+
| from/to | High Performance | Standard | Infrequent Access |Cold Archive |
400+
| ---------------- | ---------------- | --------- | ----------------- |------------ |
401+
| High Performance | - | yes | yes | no |
402+
| Standard | forbidden | - | yes | no |
403+
| Infrequent Access| forbidden | forbidden | - | no |
404+
| Cold Archive | forbidden | forbidden | forbidden | - |
411405

412406
### Minimum object size
413407

@@ -734,4 +728,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734728
735729
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
736730
737-
Join our [community of users](/links/community).
731+
Join our [community of users](/links/community).

pages/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.en-asia.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Smart Storage Management with Lifecycle Rules
33
excerpt: Learn how to optimise your storage costs with OVHcloud lifecycle rules
4-
updated: 2025-05-13
4+
updated: 2025-06-05
55
---
66

77
<style>
@@ -54,14 +54,7 @@ When an object reaches the end of its lifetime based on its lifecycle configurat
5454
- **versioned**: a delete marker is created and becomes the current version. You can also choose how many old versions you want to keep. If the current object version is the only object version and it is also a delete marker, that delete marker will be removed.
5555
- **versioning-suspended**: we currently do not allow for the suspension of versioning if you have a lifecycle configuration in effect and vice-versa. We currently do not allow for the upload of a lifecycle configuration if versioning is suspended on the bucket.
5656

57-
> [!warning]
58-
>
59-
> The release of the feature will be done in 2 phases:
60-
>
61-
> - Phase 1: support for expiration only
62-
> - Phase 2: support for transitions
63-
64-
## Expiration (available)
57+
## Expiration
6558

6659
Lifecycle rules are processed asynchronously and on a best-effort basis. Most rules are applied within 24 hours, but for very large buckets or when processing many objects, it might take longer. During this delay, you continue to be billed for the object's current storage tier, even if the rule (e.g., expiration or transition) has already been triggered but not yet completed. For example, if an object is set to be deleted on day 30 but is only processed on day 32, you may be billed for an additional two days.
6760

@@ -393,7 +386,7 @@ In a versioned bucket, the following configuration does the following actions:
393386

394387
///
395388

396-
## Transition (coming soon)
389+
## Transition
397390

398391
### Supported transitions
399392

@@ -403,11 +396,12 @@ In a versioned bucket, the following configuration does the following actions:
403396
404397
The following are the currently supported transitions:
405398

406-
| from/to | High Performance | Standard | Standard Infrequent Access |Cold Archive |
407-
| ---------------- | ---------------- | --------- | -------------------------- |------------ |
408-
| High Performance | - | yes | yes | no |
409-
| Standard | forbidden | - | yes | no |
410-
| Cold Archive | forbidden | forbidden | forbidden | - |
399+
| from/to | High Performance | Standard | Infrequent Access |Cold Archive |
400+
| ---------------- | ---------------- | --------- | ----------------- |------------ |
401+
| High Performance | - | yes | yes | no |
402+
| Standard | forbidden | - | yes | no |
403+
| Infrequent Access| forbidden | forbidden | - | no |
404+
| Cold Archive | forbidden | forbidden | forbidden | - |
411405

412406
### Minimum object size
413407

@@ -734,4 +728,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734728
735729
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
736730
737-
Join our [community of users](/links/community).
731+
Join our [community of users](/links/community).

pages/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.en-au.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Smart Storage Management with Lifecycle Rules
33
excerpt: Learn how to optimise your storage costs with OVHcloud lifecycle rules
4-
updated: 2025-05-13
4+
updated: 2025-06-05
55
---
66

77
<style>
@@ -54,14 +54,7 @@ When an object reaches the end of its lifetime based on its lifecycle configurat
5454
- **versioned**: a delete marker is created and becomes the current version. You can also choose how many old versions you want to keep. If the current object version is the only object version and it is also a delete marker, that delete marker will be removed.
5555
- **versioning-suspended**: we currently do not allow for the suspension of versioning if you have a lifecycle configuration in effect and vice-versa. We currently do not allow for the upload of a lifecycle configuration if versioning is suspended on the bucket.
5656

57-
> [!warning]
58-
>
59-
> The release of the feature will be done in 2 phases:
60-
>
61-
> - Phase 1: support for expiration only
62-
> - Phase 2: support for transitions
63-
64-
## Expiration (available)
57+
## Expiration
6558

6659
Lifecycle rules are processed asynchronously and on a best-effort basis. Most rules are applied within 24 hours, but for very large buckets or when processing many objects, it might take longer. During this delay, you continue to be billed for the object's current storage tier, even if the rule (e.g., expiration or transition) has already been triggered but not yet completed. For example, if an object is set to be deleted on day 30 but is only processed on day 32, you may be billed for an additional two days.
6760

@@ -393,7 +386,7 @@ In a versioned bucket, the following configuration does the following actions:
393386

394387
///
395388

396-
## Transition (coming soon)
389+
## Transition
397390

398391
### Supported transitions
399392

@@ -403,11 +396,12 @@ In a versioned bucket, the following configuration does the following actions:
403396
404397
The following are the currently supported transitions:
405398

406-
| from/to | High Performance | Standard | Standard Infrequent Access |Cold Archive |
407-
| ---------------- | ---------------- | --------- | -------------------------- |------------ |
408-
| High Performance | - | yes | yes | no |
409-
| Standard | forbidden | - | yes | no |
410-
| Cold Archive | forbidden | forbidden | forbidden | - |
399+
| from/to | High Performance | Standard | Infrequent Access |Cold Archive |
400+
| ---------------- | ---------------- | --------- | ----------------- |------------ |
401+
| High Performance | - | yes | yes | no |
402+
| Standard | forbidden | - | yes | no |
403+
| Infrequent Access| forbidden | forbidden | - | no |
404+
| Cold Archive | forbidden | forbidden | forbidden | - |
411405

412406
### Minimum object size
413407

@@ -734,4 +728,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734728
735729
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
736730
737-
Join our [community of users](/links/community).
731+
Join our [community of users](/links/community).

pages/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.en-ca.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Smart Storage Management with Lifecycle Rules
33
excerpt: Learn how to optimise your storage costs with OVHcloud lifecycle rules
4-
updated: 2025-05-13
4+
updated: 2025-06-05
55
---
66

77
<style>
@@ -54,14 +54,7 @@ When an object reaches the end of its lifetime based on its lifecycle configurat
5454
- **versioned**: a delete marker is created and becomes the current version. You can also choose how many old versions you want to keep. If the current object version is the only object version and it is also a delete marker, that delete marker will be removed.
5555
- **versioning-suspended**: we currently do not allow for the suspension of versioning if you have a lifecycle configuration in effect and vice-versa. We currently do not allow for the upload of a lifecycle configuration if versioning is suspended on the bucket.
5656

57-
> [!warning]
58-
>
59-
> The release of the feature will be done in 2 phases:
60-
>
61-
> - Phase 1: support for expiration only
62-
> - Phase 2: support for transitions
63-
64-
## Expiration (available)
57+
## Expiration
6558

6659
Lifecycle rules are processed asynchronously and on a best-effort basis. Most rules are applied within 24 hours, but for very large buckets or when processing many objects, it might take longer. During this delay, you continue to be billed for the object's current storage tier, even if the rule (e.g., expiration or transition) has already been triggered but not yet completed. For example, if an object is set to be deleted on day 30 but is only processed on day 32, you may be billed for an additional two days.
6760

@@ -393,7 +386,7 @@ In a versioned bucket, the following configuration does the following actions:
393386

394387
///
395388

396-
## Transition (coming soon)
389+
## Transition
397390

398391
### Supported transitions
399392

@@ -403,11 +396,12 @@ In a versioned bucket, the following configuration does the following actions:
403396
404397
The following are the currently supported transitions:
405398

406-
| from/to | High Performance | Standard | Standard Infrequent Access |Cold Archive |
407-
| ---------------- | ---------------- | --------- | -------------------------- |------------ |
408-
| High Performance | - | yes | yes | no |
409-
| Standard | forbidden | - | yes | no |
410-
| Cold Archive | forbidden | forbidden | forbidden | - |
399+
| from/to | High Performance | Standard | Infrequent Access |Cold Archive |
400+
| ---------------- | ---------------- | --------- | ----------------- |------------ |
401+
| High Performance | - | yes | yes | no |
402+
| Standard | forbidden | - | yes | no |
403+
| Infrequent Access| forbidden | forbidden | - | no |
404+
| Cold Archive | forbidden | forbidden | forbidden | - |
411405

412406
### Minimum object size
413407

@@ -734,4 +728,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734728
735729
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
736730
737-
Join our [community of users](/links/community).
731+
Join our [community of users](/links/community).

pages/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.en-gb.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Smart Storage Management with Lifecycle Rules
33
excerpt: Learn how to optimise your storage costs with OVHcloud lifecycle rules
4-
updated: 2025-05-13
4+
updated: 2025-06-05
55
---
66

77
<style>
@@ -54,7 +54,6 @@ When an object reaches the end of its lifetime based on its lifecycle configurat
5454
- **versioned**: a delete marker is created and becomes the current version. You can also choose how many old versions you want to keep. If the current object version is the only object version and it is also a delete marker, that delete marker will be removed.
5555
- **versioning-suspended**: we currently do not allow for the suspension of versioning if you have a lifecycle configuration in effect and vice-versa. We currently do not allow for the upload of a lifecycle configuration if versioning is suspended on the bucket.
5656

57-
5857
## Expiration
5958

6059
Lifecycle rules are processed asynchronously and on a best-effort basis. Most rules are applied within 24 hours, but for very large buckets or when processing many objects, it might take longer. During this delay, you continue to be billed for the object's current storage tier, even if the rule (e.g., expiration or transition) has already been triggered but not yet completed. For example, if an object is set to be deleted on day 30 but is only processed on day 32, you may be billed for an additional two days.

pages/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.en-ie.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Smart Storage Management with Lifecycle Rules
33
excerpt: Learn how to optimise your storage costs with OVHcloud lifecycle rules
4-
updated: 2025-05-13
4+
updated: 2025-06-05
55
---
66

77
<style>
@@ -54,14 +54,7 @@ When an object reaches the end of its lifetime based on its lifecycle configurat
5454
- **versioned**: a delete marker is created and becomes the current version. You can also choose how many old versions you want to keep. If the current object version is the only object version and it is also a delete marker, that delete marker will be removed.
5555
- **versioning-suspended**: we currently do not allow for the suspension of versioning if you have a lifecycle configuration in effect and vice-versa. We currently do not allow for the upload of a lifecycle configuration if versioning is suspended on the bucket.
5656

57-
> [!warning]
58-
>
59-
> The release of the feature will be done in 2 phases:
60-
>
61-
> - Phase 1: support for expiration only
62-
> - Phase 2: support for transitions
63-
64-
## Expiration (available)
57+
## Expiration
6558

6659
Lifecycle rules are processed asynchronously and on a best-effort basis. Most rules are applied within 24 hours, but for very large buckets or when processing many objects, it might take longer. During this delay, you continue to be billed for the object's current storage tier, even if the rule (e.g., expiration or transition) has already been triggered but not yet completed. For example, if an object is set to be deleted on day 30 but is only processed on day 32, you may be billed for an additional two days.
6760

@@ -393,7 +386,7 @@ In a versioned bucket, the following configuration does the following actions:
393386

394387
///
395388

396-
## Transition (coming soon)
389+
## Transition
397390

398391
### Supported transitions
399392

@@ -403,11 +396,12 @@ In a versioned bucket, the following configuration does the following actions:
403396
404397
The following are the currently supported transitions:
405398

406-
| from/to | High Performance | Standard | Standard Infrequent Access |Cold Archive |
407-
| ---------------- | ---------------- | --------- | -------------------------- |------------ |
408-
| High Performance | - | yes | yes | no |
409-
| Standard | forbidden | - | yes | no |
410-
| Cold Archive | forbidden | forbidden | forbidden | - |
399+
| from/to | High Performance | Standard | Infrequent Access |Cold Archive |
400+
| ---------------- | ---------------- | --------- | ----------------- |------------ |
401+
| High Performance | - | yes | yes | no |
402+
| Standard | forbidden | - | yes | no |
403+
| Infrequent Access| forbidden | forbidden | - | no |
404+
| Cold Archive | forbidden | forbidden | forbidden | - |
411405

412406
### Minimum object size
413407

@@ -734,4 +728,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734728
735729
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
736730
737-
Join our [community of users](/links/community).
731+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)