initiate_glacier_job: Initiate job

Description Usage Arguments

View source: R/jobs.r

Description

Initiate a Glacier job

Usage

1
2
initiate_glacier_job(vault, description, type, archive, format, limit, marker,
  bytes, start, end, topic, ...)

Arguments

vault

A character string specifying the name of an AWS Glacier vault (max. 255 characters).

description

Optionally, a character string specifying a description of the job.

type

A character string specifying the job type. Must be either “archive-retrieval” or “inventory-retrieval”.

archive

When type = "archive-retrieval", an AWS Glacier archive ID, possibly returned by upload_archive.

format

Optionally, a character string specifying the format of the job output. Must be one of either “CSV” or “JSON”.

limit

Optionally, an integer specifying the maximum number of inventory items returned per vault inventory retrieval request.

marker

A character string specifying a marker used to paginate the request.

bytes

Optionally, either a character string containing a hyphenated byte range to retrieve (e.g., "1-10"). This can also be specified as a two-element integer vector specifying the start and end of the range.

start

Optionally, an character string containing an ISO 8601 datetime specifying the start of the date range for vault inventory retrieval that includes archives created after this date.

end

Optionally, an character string containing an ISO 8601 datetime specifying the end of the date range for vault inventory retrieval that includes archives created before this date.

topic

A character string specifying an SNS topic name or ARN.

...

Additional arguments passed to glacierHTTP.


cloudyr/aws.glacier documentation built on Jan. 14, 2020, 4:56 a.m.