Package: s3fs
Type: Package
Title: 'Amazon Web Service S3' File System
Version: 0.1.7
Authors@R: c(person("Dyfan", "Jones", email="dyfan.r.jones@gmail.com", role= c("aut", "cre")))
Description: Access 'Amazon Web Service Simple Storage Service' ('S3')
as if it were a file system.
Interface based on the R package 'fs'.
License: MIT + file LICENSE
URL: https://github.com/DyfanJones/s3fs,
https://dyfanjones.github.io/s3fs/
BugReports: https://github.com/DyfanJones/s3fs/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Collate: 'zzz.R' 'utils.R' 's3filesystem_class.R' 'file_system.R'
'file_system_async.R' 'reexport_fs.R'
Depends: R (>= 3.6.0)
Imports: curl, R6, data.table, fs, future, future.apply, lgr,
paws.storage (>= 0.2.0), utils
Suggests: covr, testthat (>= 3.1.4)
Config/testthat/edition: 3
Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev
Repository: https://dyfanjones.r-universe.dev
Date/Publication: 2025-04-01 16:03:03 UTC
RemoteUrl: https://github.com/DyfanJones/s3fs
RemoteRef: HEAD
RemoteSha: e8a31ee0225de043b2cae742a88f22810e15be7d
NeedsCompilation: no
Packaged: 2026-06-13 06:44:16 UTC; root
Author: Dyfan Jones [aut, cre]
Maintainer: Dyfan Jones