con_s3fs: s3fs connection

View source: R/clients.R

con_s3fsR 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

paws_clients

Examples


con <- con_s3fs()
con
con_s3fs()$file_copy


sixtyfour documentation built on Aug. 28, 2026, 9:06 a.m.