Multipart Upload Failure with MinIO Azure Gateway

I’m encountering an issue when importing large course archives into Open edX via Tutor’s MinIO setup: because the export file exceeds the multipart threshold, the S3 client splits it into parts, but when MinIO is running as an Azure gateway those parts aren’t correctly forwarded to Azure Blob, causing a multipart-completion failure (e.g. “InvalidPart” errors) and ultimately preventing the course import from succeeding.

1 Like