|
|
@ -67,7 +67,7 @@ public class FastDFSCloudStorageService extends AbstractCloudStorageService { |
|
|
|
public String upload(InputStream inputStream, String suffix, String privacyType) { |
|
|
|
StorePath storePath; |
|
|
|
try { |
|
|
|
storePath = defaultGenerateStorageClient.uploadFile("group1", inputStream, inputStream.available(), suffix); |
|
|
|
storePath = defaultGenerateStorageClient.uploadFile("epdcFile", inputStream, inputStream.available(), suffix); |
|
|
|
}catch (Exception ex){ |
|
|
|
throw new RenException(ModuleErrorCode.OSS_UPLOAD_FILE_ERROR, ex, ex.getMessage()); |
|
|
|
} |
|
|
|