#
minio
Object storage server
DevOpsUpload 4GB Files to MinIO with mc cp: Fix Timeout Errors
Fix 'context deadline exceeded' when uploading large files (~4GB) to MinIO using mc cp. Tune multipart part-size (64-128MiB), parallelism, proxy timeouts (Nginx 30m), and server configs for reliable uploads.
1 answer• 1 view
DevOpsConfigure NGINX Ingress Server-Snippet for MinIO Redirection
Learn how to configure Kubernetes NGINX Ingress to allow server-snippet annotations for MinIO redirection, resolving risky annotation validation errors with proper controller configuration.
1 answer• 1 view
DevOpsFix XAmzContentSHA256Mismatch Minio s3v4 Django
Resolve XAmzContentSHA256Mismatch when uploading multipart/form-data to Minio via django-storages S3Storage with s3v4. Upgrade Minio, use boto3 config like request_checksum_calculation='when_required', or fallback to signature_version='s3'. Includes debugging steps.
1 answer• 1 view