public interface AmazonS3Service
Modifier and Type | Interface and Description |
---|---|
static class |
AmazonS3Service.Builder
Builder class used to create a new instance of
AssetService . |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Observable<retrofit2.Response<Void>> |
uploadPartToAmazon(String filename,
UploadRequest uploadRequest,
int chunkNumber,
byte[] fileContent,
int numberOfChunks)
Uploads a file part to Amazon S3.
|
io.reactivex.Observable<retrofit2.Response<Void>> uploadPartToAmazon(String filename, UploadRequest uploadRequest, int chunkNumber, byte[] fileContent, int numberOfChunks)
filename
- Name of the file to be uploaded.uploadRequest
- Upload request information.chunkNumber
- Number of the chunk to be uploaded.fileContent
- Content of the file to be uploaded.numberOfChunks
- Total number of chunks.Observable
with the request Response
information.Copyright © 2019. All rights reserved.