sensus.sync.from.aws.s3: Synchronizes data from Amazon S3 to a local path.

Description Usage Arguments Value

Description

Synchronizes data from Amazon S3 to a local path.

Usage

1
2
3
sensus.sync.from.aws.s3(s3.path, profile = "default",
  local.path = tempfile(), aws.path = "/usr/local/bin/aws",
  delete = FALSE, decompress = FALSE)

Arguments

s3.path

Path within S3. This can be a prefix (partial path).

profile

AWS credentials profile to use for authentication.

local.path

Path to location on local machine.

aws.path

Path to AWS client.

delete

Whether or not to delete local files that are not present in the S3 path.

decompress

Whether or not to decompress any gzip files after downloading them.

Value

Local path to location of downloaded data.


SensusR documentation built on May 2, 2019, 1:27 a.m.