S3_put_object: Uploads an object to the S3 bucket specified.

Description Usage Arguments Details Value

Description

Uploads an object to the S3 bucket specified.

Usage

1
S3_put_object(bucketName, storage_location, filename, contentType = 0L)

Arguments

bucketName

The name of the bucket you want to upload to.

storage_location

The location you want to place the file. For example "file.newname" uploads it with the name file.newname. Do not start with a "/" unless you want a new blank folder.

filename

The name of the file to be uploaded. This is typically the location

contentType

The type of content you are uploading. (Optional) on your computer.

Details

Uploads a file to the S3 bucket you specify in the location specified.

Value

Returns 1 if successful.


Gastrograph/RS3 documentation built on May 6, 2019, 5:33 p.m.