ncloud_ncs_restore_object
Temporarily restores an archived DEEP_ARCHIVE object, making it readable for a set number of days so you can retrieve it when needed.
Instructions
[Ncloud Storage] Request a temporary restored copy of a DEEP_ARCHIVE (Archive Class) object (POST /{key}?restore). The copy is readable with ncloud_ncs_get_object for the given number of days; check progress with ncloud_ncs_head_object (x-amz-restore). HTTP 202 = restore started, 200 = a restored copy already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key of the archived object | |
| days | No | How many days the restored copy stays available (RestoreRequest.Days) | |
| versionId | No | Version ID of the object (versioning-enabled buckets). Omit for the current version | |
| bucketName | Yes | Name of the Ncloud Storage bucket |