|
@@ -14,6 +14,10 @@ public abstract class AbstractFYunFileService implements FYunFileServiceInterfac
|
|
@Autowired
|
|
@Autowired
|
|
public FYunFileConfig fYunFileConfig;
|
|
public FYunFileConfig fYunFileConfig;
|
|
|
|
|
|
|
|
+ public String getFyunType(){
|
|
|
|
+ return fYunFileConfig.getFyunType();
|
|
|
|
+ }
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public void uploadFile(byte[] data, String remoteFilePath) {
|
|
public void uploadFile(byte[] data, String remoteFilePath) {
|
|
uploadFile(fYunFileConfig.getBucket(), data, remoteFilePath);
|
|
uploadFile(fYunFileConfig.getBucket(), data, remoteFilePath);
|