Files
PSMinIO/scripts
PSMinIO Developer b1adfa6328 Add comprehensive PSMinIO test scripts
 COMPREHENSIVE TEST SUITE:

� TEST SCRIPTS CREATED:
  • Test-PSMinIOComprehensive.ps1 - Automated full test suite
  • Test-PSMinIOIndividual.ps1 - Individual commands for manual testing
  • Both scripts use proper PowerShell practices (no Write-Host)
  • Configured for Grace Solution S3 instance testing

� TEST COVERAGE:
  • Connection establishment and authentication
  • Bucket operations (list, create, exists check)
  • Single file upload/download operations
  • Multipart upload/download operations
  • Object listing and metadata retrieval
  • Presigned URL generation
  • File integrity verification
  • Comprehensive error handling

� TEST FEATURES:
  • Creates test files of varying sizes (small, medium, large)
  • Tests both single-part and multipart operations
  • Verifies downloaded file integrity
  • Provides detailed test results and metrics
  • Includes cleanup instructions
  • Uses Write-Verbose and Write-Output (no Write-Host)

� USAGE:
  Comprehensive: .\scripts\Test-PSMinIOComprehensive.ps1 -Verbose
  Individual: Copy commands from Test-PSMinIOIndividual.ps1

Ready for comprehensive PSMinIO functionality testing!
2025-07-14 17:21:43 -04:00
..