cloud_object_ls: Prepare a dataframe for bulk writing of objects to cloud
Description
cloud_*_ls functions for cloud locations (e.g.
cloud_s3_ls) return content dataframes which can then be passed to
cloud_*_read_bulk and cloud_*_download_bulk functions to read/download
multiple files at once. In a similar manner, this function accepts a list
of objects as an input and produces a dataframe which can then be passed to
cloud_*_write_bulk functions to write multiple files at once.