mirror of
https://github.com/Grace-Solutions/PSMinIO.git
synced 2026-08-09 12:29:28 +00:00
Complete rebuild: Custom REST API implementation
- Removed MinIO SDK dependency completely - Built custom HTTP client with AWS S3 signature v4 support - Created synchronous operations optimized for PowerShell - Added real progress reporting during transfers - Implemented performance metrics in result objects - Fixed null pointer warnings for code quality - Removed Write-Host usage from test scripts - Cleaned up unnecessary DLL dependencies Available cmdlets: - Connect-MinIO: Enhanced connection with certificate options - Get-MinIOBucket: List buckets with sorting and filtering - New-MinIOBucket: Create buckets with region support - Test-MinIOBucketExists: Check bucket existence - Get-MinIOObject: List objects with advanced filtering - New-MinIOObject: Upload files with real progress - Get-MinIOObjectContent: Download files with progress This represents a complete architectural overhaul for better PowerShell compatibility and performance.
This commit is contained in:
@@ -152,7 +152,6 @@ try {
|
||||
$filesToCopy = @(
|
||||
'PSMinIO.dll',
|
||||
'PSMinIO.pdb',
|
||||
'Minio.dll',
|
||||
'System.Text.Json.dll'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user