s3_file_url: Generate presigned url for S3 object

View source: R/file_system.R

s3_file_urlR Documentation

Generate presigned url for S3 object

Description

Generate presigned url for S3 object

Usage

s3_file_url(path, expiration = 3600L, ...)

Arguments

path

(character): A character vector of paths or uris

expiration

(numeric): The number of seconds the presigned url is valid for. By default it expires in an hour (3600 seconds)

...

parameters to be passed to params parameter of s3_generate_presigned_url

Value

return character of urls


s3fs documentation built on Sept. 11, 2024, 6:48 p.m.