Skip to content

bozali/ps-minio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minio PowerShell

Creating Minio Client

$Client = Connect-Minio -Endpoint localhost:9000 -Credential (Get-Credential)

# ...

Commands

Command
Connect-Minio

Bucket Commands

Command
Get-MinioBucket
Test-MinioBucket
New-MinioBucket
Update-MinioBucket
Remove-MinioBucket

Object Commands

Command
Copy-MinioObject
Get-MinioObject
New-MinioObject
Remove-MinioObject
Start-MinioDownload

About

Minio Cmdlets for PowerShell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages