Learn R Programming

awsjavasdk (version 0.2.2)

install_aws_sdk: Install the AWS Java SDK

Description

This function fetches and unpacks the AWS Java SDK to a package managed directory. If the Java SDK is already present, it will wipe that location and re-download and unpack the file present at https://sdk-for-java.amazonwebservices.com/latest/aws-java-sdk.zip

Usage

install_aws_sdk(root = .package_envir_get("sdk_file_root"), timeout = 240)

Arguments

root

The root folder that will contain the SDK

timeout

numeric; the time in seconds to be willing to wait for the download

Value

boolean; TRUE if the SDK can now be located, FALSE if it can not be located

Examples

Run this code
# NOT RUN {
install_aws_sdk()
# }

Run the code above in your browser using DataLab