Skip to content

Commit 1783870

Browse files
authored
Update FR Lifecycle S3 guide.fr-fr.md
Changelog: Fix: ~$ aws s3api head-object --bucket $bucket --key $object_name
1 parent 25abeca commit 1783870

File tree

1 file changed

+1
-1
lines changed
  • pages/storage_and_backup/object_storage/s3_bucket_lifecycle

1 file changed

+1
-1
lines changed

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)