list_glacier_jobs: List jobs

Description Usage Arguments

View source: R/jobs.r

Description

List jobs

Usage

1
list_glacier_jobs(vault, n = 1000L, completed, marker, status, ...)

Arguments

vault

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

n

An integer specifying the number of jobs to return. The default (and maximum) is 1000.

completed

Optionally, a logical specifying whether to return only jobs that are completed (TRUE) or not (FALSE).

marker

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

status

Optionally, a character string specifying the completion status of the jobs to return. If specified, must be one of: “InProgress”, “Succeeded”, or “Failed”.

...

Additional arguments passed to glacierHTTP.


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