Description Usage Arguments Value Examples
Set global bucket name to be used for all the functions in flyio
1 | flyio_set_bucket(bucket, data_source = flyio_get_datasource())
|
bucket |
the bucket name to be set |
data_source |
the data source used for I/O. Default chooses the data source set using flyio_set_datasource() |
stores the bucket name in a global environment under flyioBucketGcs or flyioBucketS3
1 | flyio_set_bucket(bucket = "your-bucket-name", data_source = "S3")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.