forked from DyfanJones/s3fs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 873 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: s3fs
Type: Package
Title: 'Amazon Web Service S3' File System
Version: 0.1.3
Authors@R: c(person("Dyfan", "Jones", email="[email protected]", role= c("aut", "cre")))
Description: Access 'Amazon Web Service Simple Storage Service' ('S3') <https://aws.amazon.com/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
BugReports: https://github.com/DyfanJones/s3fs/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Collate:
'zzz.R'
'utils.R'
's3filesystem_class.R'
'file_system.R'
'file_system_async.R'
'reexport_fs.R'
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