Skip to content

Commit

Permalink
Glacier Retrieval Options
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 6, 2024
1 parent f367d23 commit 9932967
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions protocols/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,19 +438,15 @@ You can temporarily restore files from *Glacier* and *Glacier Deep Archive* usin

You can set retrieval options for the storage classes *Glacier* and *Glacier Deep Archive* with the following [hidden configuration options](../../cyberduck/preferences.md#hidden-configuration-options).

Sets Glacier retrieval tier at which the restore will be processed.

```
s3.glacier.restore.tier=Standard
```

→ Valid values are `Standard`, `Bulk`, `Expedited`.

Sets the time, in days, between when an object is uploaded to the bucket and when it expires.

```
s3.glacier.restore.expiration.days=2
```
* Set Glacier retrieval tier at which the restore will be processed. Valid values are `Standard`, `Bulk` and `Expedited`.
```
s3.glacier.restore.tier=Standard
```

* Set the time, in days, between when an object is uploaded to the bucket and when it expires.
```
s3.glacier.restore.expiration.days=2
```

### Restored Glacier Files in Mountain Duck

Expand Down

0 comments on commit 9932967

Please sign in to comment.