Backup

Restore Object from archival storage.

post/{bucketName}/{object}

Request body

tierstring

the retrieval option when restoring an archived object. This is cloud vendor specific.

daysinteger

The Days element is required for regular restore. Required for restoring archived object.

Example request

{
  "tier": "Expedited",
  "days": 1
}

Response

Successful restoration of Object initiated

Changes

Changed in 2 of the 4 revisions of this API.13

    • endpoint added

      endpoint-added

    • added the new optional header request parameter X-AMZ-Storage-Class to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter restore to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • api removed without deprecation

      api-removed-without-deprecation