Package: aws.signature
Type: Package
Title: Amazon Web Services Request Signatures
Version: 0.4.4
Date: 2018-07-26
Authors@R: c(person("Thomas J.", "Leeper",
                    role = c("aut", "cre"), 
                    email = "thosjleeper@gmail.com",
                    comment = c(ORCID = "0000-0003-4097-6326"))
            )
Description: Generates version 2 and version 4 request signatures for Amazon Web Services ('AWS') <https://aws.amazon.com/> Application Programming Interfaces ('APIs') and provides a mechanism for retrieving credentials from environment variables, 'AWS' credentials files, and 'EC2' instance metadata. For use on 'EC2' instances, users will need to install the suggested package 'aws.ec2metadata' <https://cran.r-project.org/package=aws.ec2metadata>.
License: GPL (>= 2)
Imports: digest, base64enc
Suggests: testthat, aws.ec2metadata (>= 0.1.5)
URL: https://github.com/cloudyr/aws.signature
BugReports: https://github.com/cloudyr/aws.signature/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-07-27 10:18:24 UTC; THOMAS
Author: Thomas J. Leeper [aut, cre] (<https://orcid.org/0000-0003-4097-6326>)
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-27 14:10:07 UTC
