Package: aws.signature
Type: Package
Title: Amazon Web Services Request Signatures
Version: 0.6.1
Date: 2020-06-01
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut"),
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Jonathan", "Stott", email = "jonathan.stott@magairports.com", role = c("cre", "aut")),
person("Mike", "Kaminsky", email = "kaminsky.michael@gmail.com", role = "ctb"),
person("Mark", "Douthwaite", email = "mark.douthwaite@peak.ai", role = "ctb"),
person("Jason", "Gofford", email = "jason.gofford@peak.ai", role = "ctb"),
person("Luke", "Dyer", email = "luke.dyer@peak.ai", role = "ctb")
)
Description: Generates version 2 and version 4 request signatures for
Amazon Web Services ('AWS')
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'
.
License: GPL (>= 2)
Imports: digest, base64enc, jsonlite, curl
Suggests: devtools, testthat (>= 2.1.0), aws.ec2metadata (>= 0.1.6)
URL: https://github.com/cloudyr/aws.signature
BugReports: https://github.com/cloudyr/aws.signature/issues
RoxygenNote: 7.1.2
Config/pak/sysreqs: libssl-dev
Repository: https://cloudyr.r-universe.dev
Date/Publication: 2022-02-22 15:19:19 UTC
RemoteUrl: https://github.com/cloudyr/aws.signature
RemoteRef: HEAD
RemoteSha: 8631c42cd5ec964d3a8be1df69797148699aba12
NeedsCompilation: no
Packaged: 2026-05-31 07:51:30 UTC; root
Author: Thomas J. Leeper [aut] (ORCID: ),
Jonathan Stott [cre, aut],
Mike Kaminsky [ctb],
Mark Douthwaite [ctb],
Jason Gofford [ctb],
Luke Dyer [ctb]
Maintainer: Jonathan Stott