Skip to content
#

r-package

Here are 2,149 public repositories matching this topic...

metaflow
tuulos
tuulos commented Sep 7, 2021

With a config like this

{
    "METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}

(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)

metaflow.S3(run=self).put* produces double-slashes like here:

s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet

The trailing slash in the config shouldn't make a difference

Improve this page

Add a description, image, and links to the r-package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the r-package topic, visit your repo's landing page and select "manage topics."

Learn more