Comments

  • Powershell Select-CloudFolder generated incorrect URL
    $s3=Get-CloudS3Connection -Key "xxxxxxxxxxxxx" -Secret "yyyyyyy" -EndPoint "cloudstore.test.net:8082"
    
    Set-CloudOption -PathStyle path
    
    $s3|Select-CloudFolder -Path "nasbackup"
    
    Select-CloudFolder : The remote name could not be resolved: 'nasbackup.cloudstore.test.net'
    At line:1 char:5
    + $s3|Select-CloudFolder -Path "nasbackup"
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Select-CloudFolder], LightWebException
        + FullyQualifiedErrorId : CloudBerryLab.Base.HttpUtil.Light.LightWebException,CloudBerryLab.Explorer.PSSnapIn.Comm
       ands.SelectCloudFolder
    

Rainer Gottschall

Start FollowingSend a Message