diff --git a/man/boto3.Rd b/man/boto3.Rd index 262de27..7e319df 100644 --- a/man/boto3.Rd +++ b/man/boto3.Rd @@ -5,7 +5,7 @@ \alias{boto3} \title{Raw access to the boto3 module imported at package load time} \format{ -An object of class \code{python.builtin.module} (inherits from \code{python.builtin.object}) of length 0. +An object of class \code{python.builtin.module} (inherits from \code{python.builtin.object}) of length 1. } \usage{ boto3 diff --git a/man/s3_upload_file.Rd b/man/s3_upload_file.Rd index c5b49e1..1385837 100644 --- a/man/s3_upload_file.Rd +++ b/man/s3_upload_file.Rd @@ -4,7 +4,7 @@ \alias{s3_upload_file} \title{Upload a file to S3} \usage{ -s3_upload_file(file, uri, content_type = mime_guess(file)) +s3_upload_file(file, uri, content_type = mime_guess(file), ...) } \arguments{ \item{file}{string, location of local file} @@ -12,6 +12,8 @@ s3_upload_file(file, uri, content_type = mime_guess(file)) \item{uri}{string, URI of an S3 object, should start with \code{s3://}, then bucket name and object key} \item{content_type}{content type of a file that is auto-guess if omitted} + +\item{...}{optional parameters passed to the \code{upload_file} method's \code{ExtraArgs}} } \value{ invisibly \code{uri}