View source: R/glacier_operations.R
glacier_get_job_output | R Documentation |
This operation downloads the output of the job you initiated using initiate_job
. Depending on the job type you specified when you initiated the job, the output will be either the content of an archive or a vault inventory.
See https://www.paws-r-sdk.com/docs/glacier_get_job_output/ for full documentation.
glacier_get_job_output(accountId, vaultName, jobId, range = NULL)
accountId |
[required] The |
vaultName |
[required] The name of the vault. |
jobId |
[required] The job ID whose data is downloaded. |
range |
The range of bytes to retrieve from the output. For example, if you want
to download the first 1,048,576 bytes, specify the range as
If the job output is large, then you can use a range to retrieve a portion of the output. This allows you to download the entire output in smaller chunks of bytes. For example, suppose you have 1 GB of job output you want to download and you decide to download 128 MB chunks of data at a time, which is a total of eight Get Job Output requests. You use the following process to download the job output:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.