Learn R Programming

neurohcp (version 0.11.0)

bucketlist: Retrieve S3 Bucket List

Description

Lists the Buckets available with the Key/Secrete

Usage

bucketlist(region = "us-east-1", access_key = NULL, secret_key = NULL, ...)

Value

List of Buckets

Arguments

region

Region of S3 Bucket

access_key

Amazon S3 Access Key

secret_key

Amazon S3 Secret Key

...

arguments to pass to bucket_list_df

Examples

Run this code
if (have_aws_key()){
bucketlist()
}

Run the code above in your browser using DataLab