faasr_get_folder_list: faasr_get_folder_list

View source: R/faasr_get_folder_list.R

faasr_get_folder_listR 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")
}

FaaSr documentation built on June 22, 2024, 9:38 a.m.