1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-09 23:27:17 +00:00
krust/src/registry
Jason Hall 9aeedb133b
feat: add configurable multi-part uploads to oci-distribution
- Added `use_chunked_uploads` field to ClientConfig (default: true)
- Modified push_blob to respect the chunked upload configuration
- Configured krust to disable chunked uploads for better registry compatibility
- Added comprehensive tests for the new configuration option

This allows callers to control whether chunked/multi-part uploads are used,
which improves compatibility with registries that may not support them well.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 15:01:38 -04:00
..
mod.rs feat: add configurable multi-part uploads to oci-distribution 2025-06-08 15:01:38 -04:00
tests.rs feat: add configurable multi-part uploads to oci-distribution 2025-06-08 15:01:38 -04:00