Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to fetch restored glacier object #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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