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

when object is restored from glacier, cant download it. #206

Closed
s4mur4i opened this issue Aug 6, 2020 · 3 comments · Fixed by #312
Closed

when object is restored from glacier, cant download it. #206

s4mur4i opened this issue Aug 6, 2020 · 3 comments · Fixed by #312
Assignees
Milestone

Comments

@s4mur4i
Copy link
Contributor

s4mur4i commented Aug 6, 2020

We restored some items from glacier, and wanted to download it (console allows download)
But s5cmd throws error because of:

err := fmt.Errorf("object '%v' is on Glacier storage", object)

@s4mur4i
Copy link
Contributor Author

s4mur4i commented Aug 6, 2020

aws s3 sync for example has option --force-glacier-transfer which omits checks for glacier. maybe we should add similar option.

@igungor igungor modified the milestone: v1.2.0 Aug 25, 2020
@ilkinulas ilkinulas added this to the v1.4.0 milestone Jun 30, 2021
@ocakhasan
Copy link
Contributor

ocakhasan commented Jul 5, 2021

hey @s4mur4i, I tried to create the same issue, when I tried to download it with wildcard, I got the same issue but when I tried to download single object (restored from glacier), it downloaded successfully. I will try to add a flag --force-glacier-transfer which hopefully solve the problem.

@gusostow
Copy link

Is it intended that restored glacier objects will copy as single objects, but will fail a wildcard copy without the --force-glacier-transfer flag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants