Summary
The user is experiencing issues with registering a launch plan to Azure Blob Storage using the command pyflyte register ...
, facing two AssertionErrors due to a missing mandatory HTTP header during file upload. They provided a workflow example and logs indicating empty values for "x-ms-meta-flyteContentMD5" and "Content-MD5". The user is looking for suggestions to resolve these errors and mentioned that changing a line in the Flytekit code from "flyte" to "abfs" almost fixed the issue but required adjusting the nginx ingress buffer size. They prefer to keep the data format as FlyteFS for direct uploads. Ultimately, the user found that adding the correct headers resolved the issue, realizing they had initially logged the wrong headers.