s3_listfiles | R Documentation |
This function is a wrapper for functionality of paws list_objects. It parses list format returned by paws to return only file names in a given directory.
s3_listfiles(aws_profile, bucket_name, sub_dir = "")
aws_profile |
Name of profile to access AWS. This must match .aws config file |
bucket_name |
Name of AWS bucket |
sub_dir |
Name of subdirectory within specified AWS bucket (optional) |
A character vector of paths to files in specified s3 bucket and sub directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.