mirror of
https://github.com/Grace-Solutions/PSMinIO.git
synced 2026-07-28 23:58:57 +00:00
83cbe8b1ef
- Resolved PowerShell cmdlet method calls from background threads - Wrapped HTTP operations in Task.Run for proper thread context - Fixed progress callback threading issues in upload/download - Enhanced error handling with thread-safe logging - All functionality now working: connection, buckets, upload, download - Content verification passing with proper progress tracking Threading fix ensures PowerShell cmdlet methods are only called from main thread, eliminating 'WriteObject and WriteError methods cannot be called from outside' errors.