Skip to content

Commit

Permalink
Update S3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnajac authored Oct 17, 2024
1 parent 516a362 commit 81779ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/AWS/S3.md
Original file line number Diff line number Diff line change
@@ -71,6 +71,8 @@ To restore a Glacier object:
aws s3api restore-object --bucket my-bucket --key path/to/object --restore-request '{"Days":5,"GlacierJobParameters":{"Tier":"Standard"}}'
```

[documentation](https://docs.aws.amazon.com/cli/latest/reference/s3api/restore-object.html)

Check restore status:

```sh

0 comments on commit 81779ad

Please sign in to comment.