faasr_get_folder_list {FaaSr}R Documentation

faasr_get_folder_list

Description

Helper function to get a list of objects in an S3 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

Value

object_list a list of objects in the bucket

Examples

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

[Package FaaSr version 1.3.0 Index]