简体   繁体   中英

AWS glacier delete job

I have started a retrival job for an archive stored in one of my vaults on Glacier AWS.

It turns out that I do not need to resurrect and download that archive any more. Is there a way to stop and/or delete my Glacier job?

I am using boto and I cannot seem to find a suitable function.

Thanks

The AWS Glacier service does not provide a way to delete a job. You can:

  • Initiate a job
  • Describe a job
  • Get the output of a job
  • List all of your jobs

The Glacier service manages the jobs associated with an vault.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM