Package: paws.common
Type: Package
Title: Paws Low-Level Amazon Web Services API
Version: 0.3.12
Authors@R: c(
        person("David", "Kretch", email = "david.kretch@gmail.com", role = c("aut", "cre")),
        person("Adam", "Banker", email = "adam.banker39@gmail.com", role = "aut"),
        person("Amazon.com, Inc.", role = "cph")
    )
Description: Functions for making low-level API requests to Amazon Web Services
    <https://aws.amazon.com>. The functions handle building, signing, and
    sending requests, and receiving responses. They are designed to help build 
    higher-level interfaces to individual services, such as Simple Storage
    Service (S3).
License: Apache License (>= 2.0)
Encoding: UTF-8
Imports: base64enc, digest, httr, jsonlite, methods, utils, xml2
Suggests: covr, rstudioapi, testthat
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
RoxygenNote: 7.1.1
Collate: 'struct.R' 'handlers.R' 'iniutil.R' 'dateutil.R'
        'credential_sts.R' 'url.R' 'net.R' 'credential_providers.R'
        'credentials.R' 'client.R' 'config.R' 'convert.R' 'service.R'
        'custom_dynamodb.R' 'custom_rds.R' 'xmlutil.R' 'util.R'
        'stream.R' 'custom_s3.R' 'error.R' 'handlers_core.R'
        'handlers_ec2query.R' 'handlers_jsonrpc.R' 'handlers_query.R'
        'handlers_rest.R' 'handlers_restjson.R' 'handlers_restxml.R'
        'idempotency.R' 'jsonutil.R' 'populate.R' 'populateutil.R'
        'tags.R' 'queryutil.R' 'request.R' 'signer_v4.R' 'signer_s3.R'
        'signer_s3v4.R' 'signer_v2.R' 'time.R'
NeedsCompilation: no
Packaged: 2021-08-15 13:21:35 UTC; david.kretch
Author: David Kretch [aut, cre],
  Adam Banker [aut],
  Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>
Repository: CRAN
Date/Publication: 2021-08-15 13:40:02 UTC
