|
@@ -53,7 +53,7 @@ public class UpyunCloudServiceProvider extends ControllerSupport implements Upyu
|
|
|
String fileSuffix = req.getFileSuffix();
|
|
|
String relativePath = req.getRelativePath();
|
|
|
if (StringUtils.isNotBlank(relativePath)) {
|
|
|
- relativePath = PathUtil.endsWithoutSeparator(relativePath);
|
|
|
+ relativePath = PathUtil.startsWithoutSeparator(relativePath);
|
|
|
}
|
|
|
Map<String, String> properties = req.getProperties();
|
|
|
Long rootOrgId = req.getRootOrgId();
|