|
public String uploadFile(String bucket, String filePath, String remoteFilePath, Map<String, String> headers) {
|
|
public String uploadFile(String bucket, String filePath, String remoteFilePath, Map<String, String> headers) {
|
|
FileUtil.copy(filePath, getOssPath(bucket, remoteFilePath), true);
|
|
FileUtil.copy(filePath, getOssPath(bucket, remoteFilePath), true);
|