Files
PSMinIO/Module
PSMinIO Developer 5c94ae832d Add upload ID logging and improve multipart upload visibility
 ENHANCED MULTIPART UPLOAD LOGGING:

� UPLOAD ID VISIBILITY:
  • Added 'Beginning multipart upload - Upload ID: [id]' before upload starts
  • Shows upload ID immediately after initiation for tracking
  • Includes resume upload ID logging for resumed operations
  • Upload configuration details logged before processing begins

� DETAILED CONFIGURATION LOGGING:
  • Logs effective chunk size used (not just parameter value)
  • Shows total parts calculated from file size and chunk size
  • Displays max parallel uploads setting
  • Provides complete upload configuration overview

� IMPROVED VERBOSE OUTPUT:
  • Upload ID visible before any chunks are processed
  • Clear distinction between initiation and resumption
  • Configuration summary for troubleshooting
  • Better visibility into multipart upload parameters

� BENEFITS:
  • Easy tracking of upload operations by ID
  • Better debugging of multipart upload issues
  • Clear visibility into upload configuration
  • Improved monitoring of long-running operations

Now multipart uploads show upload ID and configuration details upfront!
2025-07-14 21:33:31 -04:00
..