All Known Implementing Classes:
SignedStorageClient

public interface StorageClient
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.http.StatusLine
    upload(File file, String contentType, URL preSignedUrl)
     
    org.apache.http.StatusLine
    upload(InputStream inputStream, String contentType, URL preSignedUrl)
     
  • Method Details

    • upload

      org.apache.http.StatusLine upload(File file, String contentType, URL preSignedUrl)
    • upload

      org.apache.http.StatusLine upload(InputStream inputStream, String contentType, URL preSignedUrl)