Skip to contents

s3fs connection

Usage

con_s3fs()

Value

An S3 list with class 'sixtyfour_client'

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.

See also

Examples

if (FALSE) { # interactive()
con <- con_s3fs()
con
con_s3fs()$file_copy
}