Interface CloudFileRepository

All Known Implementing Classes:
NoOpCloudFileRepository, S3CloudFileRepository

public interface CloudFileRepository
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(String filepath)
     
    get(String filepath)
     
    void
    upload(String filePath, org.springframework.web.multipart.MultipartFile file)