Skip to content

Bugfix: on Windows, replace backslashes by forward slashes for S3 path.

On Windows, os.path.join generates a backslash to separate directories. This will cause a 404 error when attempting to download from the S3 bucket. By simply replacing the backslashes with forward slashes, this error is resolved.

Merge request reports