con_s3fs {sixtyfour} | R Documentation |
s3fs connection
Description
s3fs connection
Usage
con_s3fs()
Details
we set refresh=TRUE
on s3fs::s3_file_system()
so that
you can change the s3 interface within an R session
You can toggle the interface set for one of minio, localstack, aws. See connections for more information.
Value
An S3 list with class 'sixtyfour_client'
See Also
Examples
con <- con_s3fs()
con
con_s3fs()$file_copy
[Package sixtyfour version 0.2.0 Index]