mirror of
https://github.com/Grace-Solutions/PSMinIO.git
synced 2026-07-26 14:58:13 +00:00
ab7c2bbde2
� PARAMETER NAME FIXES:
✅ CORRECTED CMDLET PARAMETERS:
• New-MinIOObjectMultipart: -Files → -FilePath
• Get-MinIOObjectContent: -ObjectKey → -ObjectName, -FilePath → -LocalPath
• Get-MinIOObjectContentMultipart: -ObjectKey → -ObjectName, -FilePath → -DestinationPath
• Get-MinIOPresignedUrl: -ObjectKey → -ObjectName
� UPDATED BOTH TEST SCRIPTS:
• Test-PSMinIOIndividual.ps1 - Manual testing commands
• Test-PSMinIOComprehensive.ps1 - Automated test suite
• Fixed all parameter mismatches based on actual cmdlet implementations
� PARAMETER MAPPING:
• ObjectKey/Key → ObjectName (consistent across all cmdlets)
• Files → FilePath (for multipart upload)
• FilePath → LocalPath (for single download)
• FilePath → DestinationPath (for multipart download)
Now test scripts use correct parameter names matching the actual PSMinIO cmdlet implementations!