New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double slashes in metaflow.S3 keys
#684
Comments
|
I would like to work on this. |
So should we remove the backslash from config!? |
|
@vamagithub : please do submit a patch. It's probably a strip missing from somewhere. |
With a config like this
(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.parquetThe trailing slash in the config shouldn't make a difference
The text was updated successfully, but these errors were encountered: