forked from cran/aws.s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.48 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: aws.s3
Title: 'AWS S3' Client Package
Version: 0.3.13
Date: 2018-05-25
Authors@R:
c(person(given = "Thomas J.",
family = "Leeper",
role = c("aut", "cre"),
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person(given = "David",
family = "Gruenewald",
role = "ctb",
email = "dave.gruenewald@gmail.com"),
person(given = "Boettiger",
family = "Carl",
role = "ctb"),
person(given = "Andrew",
family = "Martin",
role = "ctb"),
person(given = "Mark",
family = "Thompson",
role = "ctb"),
person(given = "Tyler",
family = "Hunt",
role = "ctb"),
person(given = "Steven",
family = "Akins",
role = "ctb"),
person(given = "Bao",
family = "Nguyen",
role = "ctb"),
person(given = "Thierry",
family = "Onkelinx",
role = "ctb"))
Description: A simple client package for the Amazon Web Services
('AWS') Simple Storage Service ('S3') 'REST' 'API'
<https://aws.amazon.com/s3/>.
License: GPL (>= 2)
BugReports: https://github.com/cloudyr/aws.s3/issues
Imports:
aws.signature (>= 0.3.7),
base64enc,
digest,
httr,
tools,
utils,
xml2 (> 1.0.0)
Suggests:
datasets,
testthat
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.0.2