dot-s3_upload_file: Upload a file to S3

.s3_upload_fileR Documentation

Upload a file to S3

Description

Uploads a single file to an S3 bucket.

Usage

.s3_upload_file(file, dest, s3_config, content_type = NULL)

Arguments

file

Character. Local file path to upload.

dest

Character. Destination key (path) in S3 bucket.

s3_config

List. S3 configuration from .resolve_s3_connection().

content_type

Character or NULL. MIME type (auto-detected if NULL).

Value

Character. The S3 URI of the uploaded file.


framework documentation built on Feb. 18, 2026, 1:07 a.m.