s3_stash: Object for representing an AWS S3 file or directory

Description Usage Arguments Value

Description

Object for representing an AWS S3 file or directory

Usage

1
2
3
4
s3_stash(bucket, path = "", time.stamp = "auto", uuid = "auto",
  extension = "auto", compression = "auto", base.file = NULL,
  is.file = FALSE, access.key.id = NULL, secret.access.key = NULL,
  region = NULL, url.style = "virtual-hosted", ..., simplify = TRUE)

Arguments

bucket

AWS S3 bucket

path

A "file path" to a AWS S3 directory or file. S3 doesn't technically have folders/directories, but the object keys can be interpreted that way.

url.style

'virtual-hosted' or 'path'. see: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html Not really important for rstash operations, but may be useful for other APIs

Value

A s3_stash object.


jason-huling/rstash documentation built on May 18, 2019, 4:53 p.m.