AWR.S3: An R client to Amazon S3

Description Usage Arguments References

Description

This is a simple wrapper around the most important features of the related Java SDK, s3_put_file(), s3_get_file(), s3_delete_file().

deletes an object from an S3 bucket

Usage

1
2
3
4
5
6
7
8
9
s3_put_file(bucket, key, local_file, client = s3_client())

s3_get_file(bucket, key, local_file, client = s3_client())

s3_delete_file(bucket, key, client = s3_client())

s3_list_files(bucket, key, client = s3_client())

s3_client()

Arguments

bucket

the S3 bucket

key

the S3 key

local_file

the filename

client

SDK client

References

http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/Batch/AWSBatchClient.html


nfultz/AWR.S3 documentation built on May 30, 2019, 8:26 a.m.