get_deleted_files: Find files that used to be in S3 that are marked for deletion...

View source: R/get_deleted_files.R

get_deleted_filesR Documentation

Find files that used to be in S3 that are marked for deletion of their data provenance

Description

Find files that used to be in S3 that are marked for deletion of their data provenance

Usage

get_deleted_files(bucket = NULL, prefix = NULL, DAG = NULL, file_type = NULL)

Arguments

bucket

(Required) Bucket to query

prefix

(Required) Bucket prefix to query

DAG

(Optional) Data access group(s) to query if you are part of multiple DAG's

file_type

(Optional) Specific file type(s) to query for, such as "bamCramSam", "variants" or "tabularMatrix"

Value

A data frame containing metadata about files marked for deletion of data provenance. Requesting data from a specific prefix can speed up the request.


FredHutch/tgR.data documentation built on May 30, 2022, 9:30 a.m.