We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934afb0 commit d3c38a5Copy full SHA for d3c38a5
1 file changed
README.md
@@ -30,7 +30,7 @@ Show help for Cmdlet to connect to StorageGRID Management Server
30
Connect to StorageGRID Management Server (use the `-Insecure` switch to skip checking the certificate of the server)
31
32
$Credential = Get-Credential
33
- Connect-OciServer -Name myserver.mydomain.tld -Credential $Credential -Insecure
+ Connect-S3MgmtServer -Name myserver.mydomain.tld -Credential $Credential -Insecure
34
35
List all S3 Accounts
36
0 commit comments