botor_client {botor} | R Documentation |
Creates an initial or reinitialize an already existing AWS client or resource cached in the package's namespace
Description
Creates an initial or reinitialize an already existing AWS client or resource cached in the package's namespace
Usage
botor_client(service, type = c("client", "resource"), cache = TRUE, ...)
Arguments
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 |
Value
cached AWS client
References
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html
[Package botor version 0.4.0 Index]