R/boto3.R

Defines functions boto3_version

Documented in boto3_version

#' Raw access to the boto3 module imported at package load time
#' @note You may rather want to use \code{\link{botor}} instead, that provides a fork-safe \code{boto3} session.
#' @export
boto3 <- NULL


#' boto3 version
#' @return string
#' @export
boto3_version <- function() {
    boto3$`__version__`
}
daroczig/botor documentation built on March 15, 2023, 12:23 p.m.