mirror of
https://github.com/imjasonh/krust
synced 2026-07-09 23:27:17 +00:00
- 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> |
||
|---|---|---|
| .. | ||
| auth | ||
| builder | ||
| cli | ||
| config | ||
| image | ||
| registry | ||
| lib.rs | ||
| main.rs | ||
| manifest.rs | ||