Skip to content

Commit 54b93f1

Browse files
author
maxime.hubert
committed
fix(storage-s3): typos in bucket lifecycle cli
1 parent 7b9f77a commit 54b93f1

File tree

13 files changed

+51
-51
lines changed

13 files changed

+51
-51
lines changed

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

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

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

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

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

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

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

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

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

Lines changed: 3 additions & 3 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",

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

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

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

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

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

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

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

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

pages/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.es-us.md

Lines changed: 4 additions & 4 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-04-29
4+
updated: 2025-05-13
55
---
66

77
<style>
@@ -164,7 +164,7 @@ In a versioning-enabled bucket, each object has one current version and zero or
164164

165165
### Understanding the NoncurrentDays parameter
166166

167-
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This paramater must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
167+
The NoncurrentDays parameter defines the minimum number of days since a version is no longer current. This parameter must not be confused with the age of the object but rather indicates the minimum age of a non-current version.
168168

169169
**Example 1:**
170170

@@ -227,7 +227,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
227227
**Example**: Get expiration date via the cli
228228

229229
```bash
230-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
230+
~$ aws s3api head-object --bucket $bucket --key $object_name
231231
{
232232
...
233233
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",
@@ -734,4 +734,4 @@ Delete operations resulting from application of lifecycle rules are not replicat
734734
735735
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.
736736
737-
Join our [community of users](/links/community).
737+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)