View source: R/glacier_operations.R
glacier_upload_archive | R Documentation |
This operation adds an archive to a vault. This is a synchronous operation, and for a successful upload, your data is durably persisted. Amazon S3 Glacier returns the archive ID in the x-amz-archive-id
header of the response.
See https://www.paws-r-sdk.com/docs/glacier_upload_archive/ for full documentation.
glacier_upload_archive(
vaultName,
accountId,
archiveDescription = NULL,
checksum = NULL,
body = NULL
)
vaultName |
[required] The name of the vault. |
accountId |
[required] The |
archiveDescription |
The optional description of the archive you are uploading. |
checksum |
The SHA256 tree hash of the data being uploaded. |
body |
The data to upload. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.