-
Notifications
You must be signed in to change notification settings - Fork 148
/
DESCRIPTION
40 lines (40 loc) · 1.42 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
Package: aws.s3
Type: Package
Title: 'AWS S3' Client Package
Version: 0.3.22
Authors@R: c(person("Thomas J.", "Leeper", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Boettiger", "Carl", role = "ctb"),
person("Andrew", "Martin", role = "ctb"),
person("Mark", "Thompson", role = "ctb"),
person("Tyler", "Hunt", role = "ctb"),
person("Steven", "Akins", role = "ctb"),
person("Bao", "Nguyen", role = "ctb"),
person("Thierry", "Onkelinx", role = "ctb"),
person("Andrii", "Degtiarov", role = "ctb"),
person("Dhruv", "Aggarwal", role = "ctb"),
person("Alyssa", "Columbus", role = "ctb"),
person("Simon", "Urbanek", role = c("cre", "ctb"),
email = "[email protected]")
)
Maintainer: Simon Urbanek <[email protected]>
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)
URL: https://github.com/cloudyr/aws.s3
BugReports: https://github.com/cloudyr/aws.s3/issues
Encoding: UTF-8
Imports:
utils,
tools,
curl,
httr,
xml2 (> 1.0.0),
base64enc,
digest,
aws.signature (>= 0.3.7)
Suggests:
testthat,
datasets
RoxygenNote: 7.1.0