Package com.databend.jdbc.cloud
Class DatabendPresignClientV1
java.lang.Object
com.databend.jdbc.cloud.DatabendPresignClientV1
- All Implemented Interfaces:
DatabendPresignClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpresignDownload(String destFileName, okhttp3.Headers headers, String presignedUrl) presignDownloadStream(okhttp3.Headers headers, String presignedUrl) voidpresignUpload(File srcFile, InputStream inputStream, okhttp3.Headers headers, String presignedUrl, boolean uploadFromStream)
-
Constructor Details
-
DatabendPresignClientV1
public DatabendPresignClientV1(okhttp3.OkHttpClient client)
-
-
Method Details
-
presignUpload
public void presignUpload(File srcFile, InputStream inputStream, okhttp3.Headers headers, String presignedUrl, boolean uploadFromStream) throws IOException - Specified by:
presignUploadin interfaceDatabendPresignClient- Throws:
IOException
-
presignDownload
- Specified by:
presignDownloadin interfaceDatabendPresignClient
-
presignDownloadStream
- Specified by:
presignDownloadStreamin interfaceDatabendPresignClient
-