Skip to content

Commit 994fb53

Browse files
authored
Merge pull request #8329 from ovh/AG-lifecycle-fix
Ag lifecycle fix
2 parents 0aa631e + 1783870 commit 994fb53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
220220
**Exemple** : Obtenir la date d'expiration via le CLI
221221

222222
```bash
223-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
223+
~$ aws s3api head-object --bucket $bucket --key $object_name
224224
{
225225
...
226226
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ x-amz-expiration: expiry-date="Fri, 21 Dec 2024 00:00:00 GMT", rule-id="12345678
220220
**Exemple** : Obtenir la date d'expiration via le CLI
221221

222222
```bash
223-
~$ aws s3api head-bucket --bucket $bucket --key $object_name
223+
~$ aws s3api head-object --bucket $bucket --key $object_name
224224
{
225225
...
226226
"Expiration" : "expiry-date=\"Fri, 21 Dec 2024 00:00:00 GMT\", rule-id=\"123456789\"",

0 commit comments

Comments
 (0)