glacier_complete_multipart_upload: You call this operation to inform Amazon S3 Glacier (Glacier)...

View source: R/glacier_operations.R

glacier_complete_multipart_uploadR 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

Description

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.

Usage

glacier_complete_multipart_upload(
  accountId,
  vaultName,
  uploadId,
  archiveSize = NULL,
  checksum = NULL
)

Arguments

accountId

[required] The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3 Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens ('-') in the ID.

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.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.