You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found when trying to use the tool to do the actual restore request that it doesn't seem to always work.
When attempting to restore Glacier/DeepArchive objects. I have been getting "botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
"
Mostly do to Objects in Glacier that have a delete Marker.
Might consider dropping the actual restore process and just use the tool to identify what needs to be restored and recommend s3 batch operations for Glacier/DeepArchive (which is how I am currently using the tool).
The text was updated successfully, but these errors were encountered:
I have found when trying to use the tool to do the actual restore request that it doesn't seem to always work.
When attempting to restore Glacier/DeepArchive objects. I have been getting "botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
"
Mostly do to Objects in Glacier that have a delete Marker.
This seems to be due to:
https://github.com/madisoft/s3-pit-restore/blob/master/s3-pit-restore#L199
Object https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#object has no options for "Version". It is likely looking for the object to get the restore value but it can’t find it since you can’t specify a version.
Might consider dropping the actual restore process and just use the tool to identify what needs to be restored and recommend s3 batch operations for Glacier/DeepArchive (which is how I am currently using the tool).
The text was updated successfully, but these errors were encountered: