botor_client {botor} | R Documentation |
Creates an initial or reinitialize an already existing AWS client or resource cached in the package's namespace
botor_client(service, type = c("client", "resource"), cache = TRUE, ...)
service |
string, eg S3 or IAM |
type |
AWS service client or resource to be created, eg |
cache |
booelan flag for caching the client or resource in the package namespace. For (internal) package functions, it's best to set to |
... |
further parameters passed to the |
cached AWS client
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html