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
{{ message }}
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
Hi,
I am trying to list the files in my vault (for downloading them later). I am using the snapshot:
glacieruploader-impl-0.1.1-SNAPSHOT-jar-with-dependencies.jar
INFO Using region: us-east-1
INFO Starting inventory listing for vault MyVault...
INFO Inventory Job created with ID 2tIae4jFiovOH4XZ3Q-umtJm-l6E4uL-2oxkSJVEYEM3UJAodH4MArWP20NvDVLp5ncIpXBXtdYEXFwoG8_Kb-QFo_bG
INFO Using region: us-east-1
INFO Retrieving inventory for job id 2tIae4jFiovOH4XZ3Q-umtJm-l6E4uL-2oxkSJVEYEM3UJAodH4MArWP20NvDVLp5ncIpXBXtdYEXFwoG8_Kb-QFo_bG...
ERROR The job is not currently available for download: 2tIae4jFiovOH4XZ3Q-umtJm-l6E4uL-2oxkSJVEYEM3UJAodH4MArWP20NvDVLp5ncIpXBXtdYEXFwoG8_Kb-QFo_bG (Service: AmazonGlacier; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: NYBKpfrWDYRfOH1LzcQKkGmJf00Yj6ANo5LfwW1lQ2_q1Yc)
com.amazonaws.services.glacier.model.InvalidParameterValueException: The job is not currently available for download: 2tIae4jFiovOH4XZ3Q-umtJm-l6E4uL-2oxkSJVEYEM3UJAodH4MArWP20NvDVLp5ncIpXBXtdYEXFwoG8_Kb-QFo_bG (Service: AmazonGlacier; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: NYBKpfrWDYRfOH1LzcQKkGmJf00Yj6ANo5LfwW1lQ2_q1Yc)
The second message Option ['j', 'list-jobs'] requires an argument indicates that an argument is missing. The code checks for an argument, but I think that is an mistake:
Hi,
I am trying to list the files in my vault (for downloading them later). I am using the snapshot:
glacieruploader-impl-0.1.1-SNAPSHOT-jar-with-dependencies.jar
java -jar glacieruploader-impl-0.1.1-SNAPSHOT-jar-with-dependencies.jar --endpoint https://glacier.us-east-1.amazonaws.com --vault MyVault -l
Trying to use the Job ID...
java -jar glacieruploader-impl-0.1.1-SNAPSHOT-jar-with-dependencies.jar --endpoint https://glacier.us-east-1.amazonaws.com --vault MyVault --list-inventory 2tIae4jFiovOH4XZ3Q-umtJm-l6E4uL-2oxkSJVEYEM3UJAodH4MArWP20NvDVLp5ncIpXBXtdYEXFwoG8_Kb-QFo_bG
Also cannot list jobs:
java -jar glacieruploader-impl-0.1.1-SNAPSHOT-jar-with-dependencies.jar --endpoint https://glacier.us-east-1.amazonaws.com --vault MyVault --list-jobs
The text was updated successfully, but these errors were encountered: