View source: R/glacier_operations.R
glacier_complete_multipart_upload | R Documentation |
You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been uploaded and that Glacier can now assemble the archive from the uploaded parts. After assembling and saving the archive to the vault, Glacier returns the URI path of the newly created archive resource. Using the URI path, you can then access the archive. After you upload an archive, you should save the archive ID returned to retrieve the archive at a later point. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see initiate_job
.
See https://www.paws-r-sdk.com/docs/glacier_complete_multipart_upload/ for full documentation.
glacier_complete_multipart_upload(
accountId,
vaultName,
uploadId,
archiveSize = NULL,
checksum = NULL
)
accountId |
[required] The |
vaultName |
[required] The name of the vault. |
uploadId |
[required] The upload ID of the multipart upload. |
archiveSize |
The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded. |
checksum |
The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon S3 Glacier (Glacier), Glacier returns an error and the request fails. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.