Relative Content

Tag Archive for javaokhttp

Transfer a file with okhttp from 2 url

I have two presigned url : (GET AND PUT)
How can i transfer my file without downloading all the file in memory ?
I have to pass through a proxy for getting the data with the GET presignedUrl.