s3_file_url {s3fs} | R Documentation |
Generate presigned url for S3 object
s3_file_url(path, expiration = 3600L, ...)
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 |
return character of urls