Package: s3
Title: Download Files from 'AWS S3'
Version: 1.1.0
Authors@R: c(
    person(given = "Cole",
           family = "Brokamp",
           role = c("aut", "cre"),
           email = "cole.brokamp@gmail.com",
           comment = c(ORCID = "0000-0002-0289-3151")),
    person(given = "Erika",
    family = "Rasnick",
    role = c("aut"),
    email = "erika.rasnick@cchmc.org"),
    person(given = "Robrecht",
    family = "Cannoodt",
    role = c("aut"))
    )
Description: Download files hosted on 'AWS S3' (Amazon Web Services Simple Storage Service; <https://aws.amazon.com/s3/>) to a local directory based on their URI. Avoid downloading files that are already present locally.  Allow for customization of where to store downloaded files.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, prettyunits, fs, rlang, httr, glue, purrr (>= 0.3.4),
        dplyr,
Suggests: aws.signature, testthat, digest, withr
URL: https://github.com/brokamp-group/s3
BugReports: https://github.com/brokamp-group/s3/issues
NeedsCompilation: no
Packaged: 2024-09-04 12:26:10 UTC; cole
Author: Cole Brokamp [aut, cre] (<https://orcid.org/0000-0002-0289-3151>),
  Erika Rasnick [aut],
  Robrecht Cannoodt [aut]
Maintainer: Cole Brokamp <cole.brokamp@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-04 12:50:06 UTC
Built: R 4.3.3; ; 2024-09-04 17:43:13 UTC; unix
