Package formflow.library.file
Interface CloudFileRepository
- All Known Implementing Classes:
NoOpCloudFileRepository,S3CloudFileRepository
public interface CloudFileRepository
-
Method Summary
-
Method Details
-
upload
void upload(String filePath, org.springframework.web.multipart.MultipartFile file) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
get
-
delete
-