copy_S3_object_version: Copying S3 object versions.

Description Usage Arguments

Description

Copying S3 object versions.

Usage

1
2
3
copy_S3_object_version(dt, cores = parallel::detectCores() * 4,
  storage.class = "STANDARD", canned.acl = "private",
  copy.prefix = NULL)

Arguments

dt

Data table. Output from index_S3_objects.

cores

Numeric. Cores to parallelize over.

storage.class

Characer. Storage class. One of STANDARD, REDUCED_REDUNDANCY, STANDARD_IA.

canned.acl

Character. Canned ACL to apply to the object. One of private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control.

copy.prefix

Character. Prefix to copy to, begining with bucket name. NULL will copy the object in place.


andrewrech/p.s3 documentation built on Sept. 28, 2020, 12:33 p.m.