Learn R Programming

FaaSr (version 1.4.4)

faasr_get_folder_list: faasr_get_folder_list

Description

Helper function to get a list of objects in an S3 bucket

Value

object_list a list of objects in the bucket

Arguments

server_name

string with name of the S3 bucket to use; must match a name declared in the faasr list

faasr_prefix

string with prefix of objects in the S3 bucket

faasr_config

optional configuration to use instead of global .faasr

Examples

Run this code
# This function can be run only in the container
if (interactive()){
faasr_get_folder_list(server_name="My_Minio_Bucket")
}

Run the code above in your browser using DataLab