forked from nagdevAmruthnath/minio.s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.03 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
Package: minio.s3
Type: Package
Title: MinIO S3 Client Package
Version: 0.3.8
Date: 2017-08-19
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"),
email = "[email protected]"),
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("Nagdev", "Amruthnath", role = "ctb"))
Description: A simple client package for the MinIO S3 storage. This is a modified version of aws.S3 Package.
License: GPL (>= 2)
URL: https://github.com/cloudyr/aws.s3
BugReports: https://github.com/cloudyr/aws.s3/issues
Imports:
utils,
tools,
httr,
xml2 (> 1.0.0),
base64enc,
digest,
aws.signature (>= 0.3.4)
Suggests:
testthat,
datasets
RoxygenNote: 7.2.3