powered by
List buckets for cloud storage
list_bucket(data_source = flyio_get_datasource(), gcs_project = "")
default to local. Possible options : gcs, s3, local. Case insensitive
Project containing buckets to list in Google Cloud Storage
vector of bucket names
# NOT RUN { # No buckets if data source is local list_bucket(data_source = "local") # } # NOT RUN { flyio_set_datasource("s3") flyio_auth() # authentication needed for S3 list_bucket() # }
Run the code above in your browser using DataLab