Skip to content

Conversation

kjmkznr
Copy link

@kjmkznr kjmkznr commented Feb 27, 2021

The restored Glacier object has been excluded from loading because the storage class remains Glacier.
This fix will load the Glacier object if it has already been restored.

  • Restored object's HeadObject response example
{
    "Restore": "ongoing-request=\"false\", expiry-date=\"Sun, 13 Aug 2017 00:00:00 GMT\"",
    ...
    "StorageClass": "GLACIER",
    "Metadata": {}
}
  • Ongoing restore object's HeadObject response example
{
    "Restore": "ongoing-request=\"true\"",
    ...
    "StorageClass": "GLACIER",
    "Metadata": {}
}

@kjmkznr kjmkznr force-pushed the f-to-enable-access-restored-glacier-object branch from a20e9d3 to 4f45a21 Compare August 26, 2022 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant