Forum tip: Always check when replies were posted. Technology evolves quickly, so some answers may not be up-to-date anymore.
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