upload function
Implementation
Future upload(String fileName, String filePath, String objectKey, String uuid,
String taskId) {
return AwsS3Platform.instance
.upload(fileName, filePath, objectKey, uuid, taskId);
}
Future upload(String fileName, String filePath, String objectKey, String uuid,
String taskId) {
return AwsS3Platform.instance
.upload(fileName, filePath, objectKey, uuid, taskId);
}