View source: R/faasr_get_folder_list.R
faasr_get_folder_list | R Documentation |
Helper function to get a list of objects in an S3 bucket
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 |
object_list a list of objects in the bucket
# This function can be run only in the container
if (interactive()){
faasr_get_folder_list(server_name="My_Minio_Bucket")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.