Hello, we are running on Azure, in the last few da...
# ask-metaflow
m
Hello, we are running on Azure, in the last few days we get steps that fails with
Copy code
Error (exit code 1): failed to put file: The specified multipart upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.
looking at the step logs it finished all the logic and prints the last log line. 1. How can we debug it and understand from where the error is coming from? 2. Could it be that even if we ran in Azure there are some files uploaded to AWS? sine this looks like an S3 error message Thanks