Package: paws.common
Type: Package
Title: Paws Low-Level Amazon Web Services API
Version: 0.8.5
Authors@R: c(
        person("David", "Kretch", email = "david.kretch@gmail.com", role = "aut"),
        person("Adam", "Banker", email = "adam.banker39@gmail.com", role = "aut"),
        person("Dyfan", "Jones", email = "dyfan.r.jones@gmail.com", role = "cre"),
        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)
URL: https://github.com/paws-r/paws,
        https://paws-r.r-universe.dev/paws.common,
        https://www.paws-r-sdk.com
BugReports: https://github.com/paws-r/paws/issues
Encoding: UTF-8
LinkingTo: Rcpp
Imports: base64enc, curl, digest, httr2 (>= 1.0.4), jsonlite, methods,
        utils, stats, Rcpp, xml2
Suggests: covr, crayon, mockery, withr, rstudioapi, testthat (>= 3.0.0)
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
RoxygenNote: 7.3.2
Collate: 'RcppExports.R' 'util.R' 'cache.R' 'struct.R' 'handlers.R'
        'iniutil.R' 'config.R' 'logging.R' 'dateutil.R'
        'credential_sso.R' 'credential_sts.R' 'url.R' 'net.R'
        'credential_providers.R' 'credentials.R' 'client.R' 'convert.R'
        'service.R' 'custom_dynamodb.R' 'custom_rds.R' 'head_bucket.R'
        'http_status.R' 'error.R' 'custom_s3.R' 'handlers_core.R'
        'handlers_ec2query.R' 'handlers_jsonrpc.R' 'handlers_query.R'
        'handlers_rest.R' 'handlers_restjson.R' 'tags.R' 'xmlutil.R'
        'handlers_restxml.R' 'handlers_stream.R' 'idempotency.R'
        'jsonutil.R' 'mock_bindings.R' 'onLoad.R' 'paginate.R'
        'populate.R' 'populateutil.R' 'queryutil.R' 'request.R'
        'retry.R' 'service_parameter_helper.R' 'signer_v4.R'
        'signer_s3.R' 'signer_s3v4.R' 'signer_v1.R' 'signer_v2.R'
        'time.R'
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-07-25 13:57:56 UTC; dyfanjones
Author: David Kretch [aut],
  Adam Banker [aut],
  Dyfan Jones [cre],
  Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Depends: R (>= 4.1.0)
Repository: CRAN
Date/Publication: 2025-07-25 14:50:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 02:14:52 UTC; windows
Archs: x64
